Skip to content

ethancooke/python-asteroids

Repository files navigation

Python Asteroids

Setup and Run

python3 -m venv venv

source venv/bin/activate

pip install -r requirements.txt

python3 -m pygame

TODO:

Extending the Project

Add a scoring system
Implement multiple lives and respawning
Add an explosion effect for the asteroids
Add acceleration to the player movement
Make the objects wrap around the screen instead of disappearing
Add a background image
Create different weapon types
Make the asteroids lumpy instead of perfectly round
Make the ship have a triangular hit box instead of a circular one
Add a shield power-up
Add a speed power-up
Add bombs that can be dropped

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages