A galaga clone implemented using Python and Pygame. The various parts of the game are explained in an accompying Medium article.
Python 3.8 or higher and Pygame 2.0
python3 main.py
The game features waves of enemies moving towards you along a bezier curve, animated sprites, collision detection, scoring, and different game states. It also uses several sounds from the original game.
Patrick Kalkman
Please see license.txt.