We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a61cb commit ce3420cCopy full SHA for ce3420c
README.md
@@ -1,2 +1,9 @@
1
# Donkey-Kong
2
A game which is a minimalistic replica of the Donkey kong game. This game is written in pygame.
3
+
4
+To run the game:
5
+install the pygame module and python in your computer. For linux commands are:-
6
+* *sudo apt-get install python*
7
+* *sudo apt-get install python-pygame*
8
9
+Now go to the cloned repository and run command *python main.py* to run the game.
0 commit comments