← Return to game
Log in with itch.io to leave a comment.
Start game on Windows, open PowerShell in the folder and type the following commands:
set-executionpolicy remotesigned python -m venv ./.venv ./.venv/Scripts/Activate.ps1 python.exe -m pip install --upgrade pip python.exe -m pip install pygame-ce pytmx python.exe main.py
← Return to game
Comments
Log in with itch.io to leave a comment.
Start game on Windows, open PowerShell in the folder and type the following commands: