Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits)

Just use wine. sudo apt-get install wine(Debian based distros) sudo pacman -S wine(Arch based distros) in arch you have to enable multilib. If you can't install wine, just run the source code with python and pygame. to install pygame in linux, first install pip and then use `pip install pygame` in the command line

I tried wine, but it didn't work. I didn't realize it was python based though, so I can run that!

whats the main file called/ where is it

(1 edit) (+1)

its called main.py

download the source code