An asteroid game built with python and pygame.
This project is initiated with uv see installation guide
If you have uv installed, run the following command:
uv run main.py
- w: move forward
- s: move backward
- a: rotate left
- d: rotate right
- SPACE: shoot
This project was built as part of a course on boot.dev