Welcome to my Pygame space shooter. Shoot your way through 5 waves of varying enemies.
Before running the game, make sure you have the following installed:
- Python 3.x
- Any additional dependencies required by the game
- Clone this repository to your local machine.
- Navigate to the project directory:
cd SpaceGame
- Install the required dependencies:
pip install -r requirements.txt
To start the game, run the following command in your terminal:
python game/run_game.py
- Move: Use the
W
,A
,S
,D
keys to move the spaceship. - Aim and Shoot: Use the mouse to aim and click to shoot.
John Sims - [email protected]
Project Link: https://github.com/simsjack30/SpaceGame