A downloadable game for Linux

Download NowName your own price

Small metroidvania prototype written in python using pygame-ce.

Having issues building the project for now. Source code is available, run with python. pygame-ce and pytmx is required. 

Also no audio for now sorry .-.

Download

Download NowName your own price

Click download now to get access to the following files:

umvmg-source.zip 499 kB
umvmg-linux.zip 43 MB

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