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