Skip to content

vtchris/clicky-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Domination - Step 1: Gather Your Minions

The Clicky-Game

This application uses Reat to build the page and respond to the user.

Visit online at: https://world-domination-step1.herokuapp.com

Technology

Mobile Responsive

Clicky Game - Requirements

Overview

For this assignment, you'll create a memory game with React. This assignment will require you to break up your application's UI into components, manage component state, and respond to user events.

  1. The application should render different images (of your choice) to the screen. Each image should listen for click events.

  2. The application should keep track of the user's score. The user's score should 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.

  3. Every time an image is clicked, the images rendered to the page should shuffle themselves in a random order.

  4. Once the user's score is reset after an incorrect guess, the game should restart.