Asteroids game with pygame. You're in a spaceship! But there are so many asteroids around you that you can crash into!! You can:
- move around with a, s, w, d
- shoot asteroids with spacebar
- when u shoot big asteroids, itll break into 2 and come at u faster
Built with Pygame!
If you are using uv
- clone repo, cd into repo
uv sync(to install dependencies)uv run main.py
- create venv and activate it
- run
pip install python main.py
Built to practice python! AI didn't write the code, I did