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

Thank you so much for the feedback!! I'll definitely apply your suggestions, I didn't thought about that at first, but will add those features on the next build, that will really help on the replayability.
about the Mac build, I'll look into that, I couldn't test it since I don't have this system, but thanks for letting me know!

(+1)

Very, very polished and cool entry!

The mac build has two issues–first the the binary isn’t marked as executable so it opens in a text editor be default. Second, once I fixed that and launched it, there’s no mouse cursor so I couldn’t click in the menu

Thank you very much! I see, I'll take a look at the Mac build as soon as possible, sorry for the inconvenience

I uploaded a new version of the Mac build, hopefully that should work fine now, let me know if you can try it again

(2 edits)

The built in macOS archive utility drops the executable bit on the binary. This can be fixed with

chmod +x MessyFriends.app/Contents/MacOS/MessyFriends

Alternatively, “The Unarchiver” can extract the .zip without this problem