Skip to content

SmiJa/asteroids

Repository files navigation

Asteroids Clone

Created as part of the path on Boot.dev


Running the code

  1. Clone the repository down
  2. Run command: pip install -r requirements.txt
  3. On Linux: Run command python3 main.py
  4. On Windows: Run command python main.py

Planed extensions

  • Add a scoring system
  • Implement multiple lives and respawning
  • Make the objects wrap around the screen instead of disappearing
  • Make the asteroids lumpy instead of perfectly round
  • Add a shield power-up
  • Add a speed power-up
  • Add acceleration to the player movement
  • Add an explosion effect for the asteroids

Optional extensions

  • Add a background image
  • Add bombs that can be dropped
  • Make the ship have a triangular hit box instead of a circular one
  • Create different weapon types

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages