Skip to main content

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

Heads up: The Mac build is not functional. I played the Windows build (solo) on the Steam Deck and I have to say it is phenomenally well made. It looks and sounds fantastic and the level of effort and polish is extraordinary. I can easily imagine myself playing a full version of this game.

One quick suggestion: I didn't find a way to skip the intro. With a 20 second game, would be good to be able to hit a button and go straight back into a replay without waiting for cutscenes to finish. 

(+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