Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 363 Bytes

Donkey-Kong

A game which is a minimalistic replica of the Donkey kong game. This game is written in pygame.

To run the game: install the pygame module and python in your computer. For linux commands are:-

  • sudo apt-get install python
  • sudo apt-get install python-pygame

Now go to the cloned repository and run command python main.py to run the game.