Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Demo is really solid! Love how smooth and polished it feels in many aspects.

Sadly I were unable to start the Linux version without some tweaks, so here is a small workaround for Linux users who have similar issue (

[FATAL:spawn_subprocess.cc(221)] posix_spawn: Permission denied (13))

Some file be it library or other executable does not have correct permissions (perhaps due to extracting from .zip losing permission information?). Just run `$ chmod -R +xr .` in extracted folder and should be good to go. All that said, I'm incredibly thankful to developers for creating Linux builds <3