Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 830 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 830 Bytes

Space Game

Welcome to my Pygame space shooter. Shoot your way through 5 waves of varying enemies.

Prerequisites

Before running the game, make sure you have the following installed:

  • Python 3.x
  • Any additional dependencies required by the game

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the project directory: cd SpaceGame
  3. Install the required dependencies: pip install -r requirements.txt

Usage

To start the game, run the following command in your terminal: python game/run_game.py

Controls

  • Move: Use the W, A, S, D keys to move the spaceship.
  • Aim and Shoot: Use the mouse to aim and click to shoot.

Contact

John Sims - [email protected]

Project Link: https://github.com/simsjack30/SpaceGame