Skip to content

602p/spacegame

Repository files navigation

SPACEGAME

A game set in space! Made and maintained by Louis Goessling.

Prerequisites

  1. Python 2.7.*
  2. Pygame - Any version compatible with Python 2.7.*

Playing SPACEGAME

To start, open up your favorite command prompt, move over to the folder containing spacegame, and type in

python test_state.py

Use the up arrow key to throttle up, down arrow key to throttle down/go into reverse/brake and the left and right arrow keys to turn left and right, respectively.

When you have a hang of the movement controls, you want to select a weapon with your mouse. Laser #1 is a projectile, and goes in a straight line. Laser #2 is a beam, and automatically targets your target. Missile #1 bypasses the shield, doing massive amounts of damage and it homes in on your target.