From 3364106275e590134542d19af4a88cc055d4b8c7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 16 Apr 2015 09:35:40 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md 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