Skip to content

jzmack/asteroid-py

Repository files navigation

Asteroids Py

A simple Asteroids clone built with Pygame.

Requirements

  • Python 3.12 or later
  • pygame==2.6.1

Install

Clone this repo:

git clone https://github.com/jzmack/asteroid-py.git

From the project root:

cd /path/to/asteroids-py # update with real path
python3 -m venv .venv
source .venv/bin/activate
pip install pygame==2.6.1

Run

Start the game with:

python3 main.py

Notes

  • The player sprite image is loaded from assets/player_images/spaceship1.png
  • Asteroid graphics are loaded from assets/asteroid_images/asteroid1.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages