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 cb5ece304a removed thumbs files 2015-09-14 22:15:05 +01:00
resources removed thumbs files 2015-09-14 22:15:05 +01:00
.gitignore remove pycache from repo 2015-04-28 12:19:23 +01:00
GUI.py updated display 2015-05-21 13:21:28 +01:00
Play The Game.py rebranding the game 2015-05-14 13:20:33 +01:00
README.md README.md edited online with Bitbucket 2015-05-14 13:55:48 +00:00
assets.py changed extension 2015-05-21 13:21:37 +01:00
bullet.py added powerups to game 2015-05-19 12:13:44 +01:00
eggs.py changed image 2015-05-12 12:18:01 +01:00
game.py forgot to disable main sound 2015-06-04 12:19:33 +01:00
player.py updated bug when resetting player image. It sent you to origin and you lost instantly 2015-05-19 12:19:47 +01:00
target.py fixed neverending loop 2015-06-04 12:34:22 +01:00

README.md

Attack on Blocks

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.

More Information

For more information, check out the Wiki page.

Requirements

  • Python 3
  • 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, or visit the downloads page
  • Install the required libraries (See Above)
  • Run 'Play The Game.py'

Core Contributors

  • Jake Howard
  • Furhan Bhatti (Well not really)