Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

After downloading the mac version and doing the 'chmod +x Game.app/Contents/MacOS/nwjs' that I typically need to do to get games to start, I just get a message that "nwjs has quit unexpectedly" and nothing happens. How do I fix this?

Not seen that one before, but in my experience doing these commands (on the whole Game.app) seem to fix most things:

sudo xattr -r -d com.apple.quarantine /path/to/Game.app

sudo chmod -R  777 /path/to/Game.app

and doing right-click "Open" twice (rather than doubleclicking on the icon)