Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+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