Simple game in Python. Objective is to shoot down asteroids and survive as long as you can.
- Start game running Python3 main.py
- Move using WASD
- Fire shot using SPACEBAR
- Large asteroids split into 2 medium asteroids
- Medium asteroids split into 2 small asteroids
- Small asteroids do no split
- Use WSL
- Dependencies python3 and pygame
- Install VcXsrv