Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 439 Bytes

Donkey Kong Python

This file will cover the game basics and developer basics.

Screenshot

Running the Game

To launch the game run:

python play.py

Developer Setup

You will need Python 3.7 installed.

You will also need the PyGame module, that can be installed with this command once Python has been installed:

pip3 install pygame