1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jake Howard 7821265f6f renamed file, and added level management 2015-05-07 19:38:27 +01:00
.gitignore remove pycache from repo 2015-04-28 12:19:23 +01:00
GUI.py added style and error checking 2015-05-06 09:50:48 +01:00
Play The Game.py Change game loading order 2015-04-28 12:19:35 +01:00
README.md Added message for dev 2015-04-22 09:51:56 +01:00
Thumbs.db DAMN WINDOWS! 2015-04-22 09:52:18 +01:00
assets.py renamed file, and added level management 2015-05-07 19:38:27 +01:00
bullet.py edited start position to use player width 2015-04-29 09:47:59 +01:00
game.py added target generation, fixed bugs 2015-05-06 09:51:26 +01:00
levels.py added file to track level setup 2015-05-06 09:49:52 +01:00
player.py added player traits, because constants dont work :/ 2015-05-06 09:52:00 +01:00
target.py added target movement, and added dropping. 2015-05-06 09:52:28 +01:00

README.md

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 (See Above)
  • Run 'Play The Game.py'

Core Contributors

  • Jake Howard
  • Furhan Bhatti

Note

At the moment, the game WILL NOT play at all, as it is still in development, all the time this message is here, the program will not run!