Skip to main content

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

You got it! On Mac and Linux, you need to tell the system you want to run something from the current directory by using "./". Otherwise it will try to run whatever it can find in your system path. (^_^);