1
Fork 0

changed basic instructions and requirements

This commit is contained in:
Jake Howard 2015-05-14 13:20:59 +01:00
parent a6c9e8100b
commit 746a9b3389
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This take on space invaders was written for my IT BTEC course, Unit 21 Games Dev
### Requirements ### ### Requirements ###
* Python * Python 3
* Pygame * Pygame
* TKinter * TKinter
@ -12,7 +12,7 @@ The game is only playable on windows, due to the GUI library only being availabl
### Playing the game ### ### Playing the game ###
* Clone the repository * Clone the repository, or visit the downloads page
* Install the required libraries (See Above) * Install the required libraries (See Above)
* Run 'Play The Game.py' * Run 'Play The Game.py'