The classic game of asteroids implemented in Pyxel!
Controls are → & ← for turning, ↑ for acceleration and space for shooting!
Q: Quit the game R: Restart the game
Requires pyxel version == 1.9.18
- Moving!
- Shooting!
- Enemies (asteroids)!
- Sound effects!
- High scores!
- More?
- Install Python 3
- Install Pyxel using their instructions
- Clone or copy this repository
python3 main.py
at the command line (if on windows usepy main.py
).
- 12 April 2020: corrected resource file for compatability with newer versions of pyxel, correct colour choices to better match the new palette in pyxel 1.3.0 onwards.
- 15 August 2023: updated init to match new pyxel versoin.
By Marcus Croucher - 2023 :)