Comments

Log in with itch.io to leave a comment.

(+1)

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