Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 388 Bytes

Boot.dev Asteroids Project

I'm creating this project as a part of the Boot.Dev backend developer course.

To Play the Game

Ensure you have Python 3 installed.

Download the zip file for the repo.

Run pip install -r requirements.txt to install pygame

Start the game with python3 main.py

Use WASD and Space to play. Your score will be displayed in the terminal when you crash.