Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 474 Bytes

File metadata and controls

23 lines (14 loc) · 474 Bytes

Asteroids

Asteroids is a game where you control a spaceship and shoot asteroids. The game is written in Python using the Pygame library.

Asteroids

Installation

Ensure you have Python 3 installed on your machine.

pip install -r requirements.txt

Usage

From the root directory, run the following command to start the game.

python -m asteroids.main

Use W-A-S-D to move the spaceship and the space bar to shoot.