You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Javascript game app that is based on how quickly the player can react to objects by clicking them before they disappear. The objects are placed at random positions on the screen. I added a high-score feature(Ranks) and used the localstorage to ensure the data remains even after closing the browser tab or the browser itself.
Considering you have to keep on clicking an object that appear quickly at random position on the UI, I'd suggest playing it on a mobile device for better user experience and keeping up with the objects.
About
A Javascript game app that is based on how quickly the player can react to objects by clicking them before they disappear. The objects are placed at random positions on the screen. I added a high-score feature(Ranks) and used the localstorage to ensure the data remains even after closing the browser tab or the browser itself.