pip3 install -r requirements.txt
python3 run_game.py
Mostly for testing purposes, you can start the game in a concrete level
For instance:
python3 run_game.py --level 4
Check levels.py
# Must be done in windows
pip3 install pyinstaller
pyinstaller.exe --add-data "resources;resources" run_game.py