This is a single player game in which you pilot a ship and attempt to destroy the enemy ship.
The battlefield is randomized and there are power-ups to collect in order to defeat the opposing ship.
- Download Python
- Install pygame (instructions below)
- Setup your favorite developing environment for Python
- Run it in your favorite developing environment
- Open command prompt (as administrator?)
cd <wherever python is installed on your system>
cd Scripts
pip install pygame
- Open terminal
sudo pip install pygame