Skip to content

ty-strong/Asteroids

Repository files navigation

Asteroids

A classic Asteroids game clone built with Python and Pygame.

Features

  • Classic Asteroids gameplay with player controls
  • Random asteroid spawning and movement
  • Shooting and collision detection
  • Score tracking
  • Sound effects (if implemented)

Requirements

  • Python 3.x
  • Pygame

Install dependencies with:

pip install -r requirements.txt
# or, if requirements.txt is not present:
pip install pygame

How to Play

  1. Clone this repository:
    git clone https://github.com/ty-strong/Asteroids.git
    cd Asteroids
  2. Run the game:
    python3 main.py

Controls

  • Arrow Keys – Move and rotate your ship
  • Spacebar – Shoot
  • Esc – Quit the game

License

This project is for educational purposes.


Made with Python and Pygame

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages