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.
attack-on-blocks/README.md

26 lines
811 B
Markdown
Raw Normal View History

2015-05-14 13:20:33 +01:00
# Attack on Blocks #
2015-04-16 10:35:40 +01:00
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.
2015-05-14 14:54:47 +01:00
### More Information ###
2015-05-14 14:55:48 +01:00
For more information, check out the [Wiki](//bitbucket.org/TheOrangeOne/attack-on-blocks/wiki) page.
2015-05-14 14:54:47 +01:00
2015-04-16 10:35:40 +01:00
### Requirements ###
* Python 3
2015-04-16 10:35:40 +01:00
* Pygame
2015-05-12 22:59:11 +01:00
* TKinter
2015-04-16 10:35:40 +01:00
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
2015-04-22 09:51:44 +01:00
* Install the required libraries (See Above)
* Run 'Play The Game.py'
2015-04-16 10:35:40 +01:00
### Core Contributors ###
* Jake Howard
2015-05-12 23:01:56 +01:00
* Furhan Bhatti (Well not really)