HTML5 and JavaScript Game Development Competition in just 13 kB

Reverse Simon

The reversed version of Simon!
Pay attention while the sequence is played, then replicate it BACKWARDS!

In order to play it you must enable the mobile mode of your browser (Developer tools -> Toggle device toolbar (on the left) -> choose a mobile device).
Best played with audio.

Categories: desktop

Feedback from the experts

Anonymous: Good: - I really like your game idea with backward text and the backward memory game. Fits really well with the competition themes! - Good screen/viewport size for desktop and mobile What could be improved: Unfortunately, I cannot click the menu button on mobile (cannot pass beyond the menu screen). Tested it on Chrome and Safari on iOS, but works on Android. On desktop, I can select the menu but I cannot play the game since I cannot click any of the game buttons. I think this could be fixed by: - add mouse event to gameButton so it can be also played on desktop: https://developer.mozilla.org/en-US/docs/Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent, or - instead of using
for gameButton or menu button, you could change it to
back