Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hm, I played on Firefox. Because that’s how I roll.

I couldn’t figure out the mirroring (it felt wrong). Even smashing all the buttons did not work :-D (I realised that I could click a flip twice, but then my virtual laptop burned).

The UI was not responsive. Using the entry randomizer of itch.io cut off the chat. Due to autoscrolling I had to move back and forth to see all moving bits.

What a bummer!

I see others commenting about music. For me, nothing played. Did I miss something? Perhaps in a level later than 3?

(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 :)