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.