Download the .exe file here
Install libraries:
pip install pygame==2.5.2
Enter to the code folder:
cd ./code
And execute:
python main.py
Install libraries:
pip install pyinstaller==6.8.0
Build a package of one file and hide cmd when executing from .exe:
pyinstaller ./code/main.py --onefile --noconsole
If present some problems, try with:
pyinstaller --onefile --log-level=DEBUG ./code/main.py
You should find the .exe file at dist folder
Use arrow keys
Use SPACE bar
Use left Control button
Use Q
Use E
Use M