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 6ce5e0a463 You can now turn OP mode off 2015-05-14 13:21:10 +01:00
resources updated default texture pack 2015-05-13 09:30:07 +01:00
.gitignore remove pycache from repo 2015-04-28 12:19:23 +01:00
GUI.py rebranding the game 2015-05-14 13:20:33 +01:00
Play The Game.py rebranding the game 2015-05-14 13:20:33 +01:00
README.md changed basic instructions and requirements 2015-05-14 13:20:59 +01:00
Thumbs.db DAMN WINDOWS! 2015-04-22 09:52:18 +01:00
assets.py Allow more fine controls for main sound track 2015-05-12 22:42:46 +01:00
bullet.py Changed size of objects 2015-05-12 22:43:41 +01:00
eggs.py changed image 2015-05-12 12:18:01 +01:00
game.py You can now turn OP mode off 2015-05-14 13:21:10 +01:00
player.py space vs tabs 2015-05-12 22:44:40 +01:00
target.py added extra import 2015-05-13 09:03:04 +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.

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)