tiger2877 / clickygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicky Game

Overview

This application will render different images to the screen. Each image should listen for click events. It will also keep track of the user's score. The user's score will be incremented when clicking an image for the first time. The user's score should be reset to 0 if they click the same image more than once. Every time an image is clicked, the images rendered to the page should shuffle themselves in a random order. Once the user's score is reset after an incorrect guess, the game should restart.

See live demo here: demo

Submission on Netlify.com

example solution1. Check out the and study the app's basic functionality. 2. Create a new React application using Create React App.


Have Fun!

About


Languages

Language:JavaScript 72.4%Language:CSS 18.0%Language:HTML 9.6%