Build a simple video game, based on the classic Asteroids.
- Python 3.10+ installed
- Access to a unix-like shell (e.g. zsh or bash)
- Clone the repository:
git clone <repository-url>cd <repository-name>- Install required packages:
pip install -r requirements.txt- Run the game:
python main.py- Play:
w,a,s,dto movespaceto shoot