diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c32f14 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file