Skip to main content

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

Nice game! I really love the style, and the pixel art looks fantastic. I feel like the game could be improved with slightly tighter controls, not sure if it was because I was playing on the browser or not, unfortunately I can't test that because it looks like your MacOS download is broken, I'm getting an error when trying to run it.

Thanks for the feedback. Since you are a Godot developer and use a MacOS, may I ask how you export your game? Is there any specific settings I have to adjust? Cause I have no possibility to test it on a MacOS and blindly trust the Godot export.

So I'm actually quite new to MacOS, so it might have been more my fault, but I think the error I was getting was due to the export not being code signed (https://godotengine.org/article/godot-3-3-has-arrived#macos) which might only be possible to do when exporting from MacOS.

I was able to run your game after modifying the file with this command: 

xattr -d com.apple.quarantine [path/to/file] 

It might not be a bad idea to add that line to your download instructions to help anyone else on MacOS who runs into the same issue I did, but after running that command It worked without issue! Sorry for the false alarm!