/Space-Invaders

This was created for my class, at ID Tech, to show them how to create a game using Python. This is an avoider game in which a player avoids an astroid which progressively gets faster.

Primary LanguagePython

Space-Invaders

Avoider game in which a player avoids an astroid which progressively gets faster.

To Run: Download python 2.7 (version for mac osx) and pygame from http://www.pygame.org/download.shtml. Download this repo and go to terminal. Cd into the parent folder of MainGame.py and run the command python MainGame.py