README.md edited online with Bitbucket
This commit is contained in:
parent
0a8e745432
commit
3364106275
1 changed files with 21 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Space Invaders #
|
||||
|
||||
This take on space invaders was written for my IT BTEC course, Unit 21 Games Development at college. This version, written in python, includes more advanced features such as resource packs.
|
||||
|
||||
### Requirements ###
|
||||
|
||||
* Python
|
||||
* Pygame
|
||||
* TKinter
|
||||
The game is only playable on windows, due to the GUI library only being available on windows. However a cross platform, lightweight version may be made in the future.
|
||||
|
||||
### Playing the game ###
|
||||
|
||||
* Clone the repository
|
||||
* Install the required libraries
|
||||
* Run 'SPACE INVADERS.py'
|
||||
|
||||
### Core Contributors ###
|
||||
|
||||
* Jake Howard
|
||||
* Furhan Bhatti
|
Reference in a new issue