Skip to main content

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

Sorry, I hadn't had enough time to properly test this game, especially in non chromium browsers. 

The game has some known bugs 😣  if you flip too many times, the image will have small visual artefacts that prevent player from completing a level (that's what Vykri had in his stream), probably because of wrong numbers rounding. Music had to start right after the game starts, so it's also a bug :(

About the responsiveness, I created it on 16 inch laptop and made some css tweaks for smaller screens in the last minute, so there are problems. 

Anyway, thank you very much for playing and giving honest feedback!

Ah, floating point math is „fun”, isn’t it? I had some of these myself, too.

Went straight with Math.round() to get the job done. That was „close enough”.

If you prefer having a game played in Chromium, perhaps add that in the description. Or better: State, that you haven’t tried it elsewhere. That makes it harder for others to assess a game. (Yes, I test mainly in Firefox and consider Chromium an afterthought ^^”)

Yeah, I actually used Math.round, this was close, but not enough though :)