Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The demo got me all fired up, for all the good reasons 👍

Just a small suggestion. You might want to wrap the Linux executable in the following shell script to avoid "cannot open shared object file" type of errors:

#!/bin/bash 
export LD_LIBRARY_PATH=./libs64/:$LD_LIBRARY_PATH 
./visplayer