Following some of the introspection from my blog post, I thought I'd reimplement Asteroids from scratch with pygame
. Terry Cavanagh (recently in 2020) released the source code for VVVVV, warts and all. I've been encouraged to do the same.
These instructions will get the code onto your machine and hopefully running.
We will need Python 3.6, pygame 2.0 and numpy.
pip install --user -r requirements.txt
Just git clone this repository into a useful place. Then
python3 asteroids.py
This project is licensed under the MIT License - LICENSE.md