Overview
A game that requires players to select all of the displayed images only one time, but the images get shuffled after each selection.
Details
- Twelve images are displayed
- The player tries to click on each of the images without clicking any of them twice
- After each click, the images are shuffled
- A counter records the number of successful clicks
- The counter is reset if an image is clicked twice
ClickyGame Links
- Deployed code: https://greasy-deer.surge.sh
- GitHub repository: https://github.com/amcaron1/ClickyGame
Portfolio Links
- Deployed code: https://amcaron1.github.io/Bootstrap-Portfolio/
- GitHub repository: https://github.com/amcaron1/Bootstrap-Portfolio/
Skills
- React.js
- CSS
Development Instructions
- Open Bash and navigate to application folder
- Type "yarn start" and hit enter