The application runs a retro arcade space shooter game with a main menu, featuring power-ups, waves and a records tab, all implemented using pygame and various free assets found on craftpix.net.
Languages and Libraries : Python 3.12, PyGame
In order to run the application, you should use the following commands : ./setup.sh source ./venv/bin/activate python3 main.py (Optionally, if you want to exit the virtual environment, just type deactivate)