Skip to content

A game built using ReactJS. Try to click all the available zombies without repeating a character. Oh! they change on every turn. See how far you can make it.

Notifications You must be signed in to change notification settings

jpdevspace/ReactJS_ClickGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS_ClickGame

A game built using ReactJS. Try to click all the available zombies without repeating a character. Oh! they change on every turn. See how far you can make it.

alt text

Getting started

  1. Clone this repo in your project folder

  2. To access the newly created folder cd ReactJS_ClickGame

  3. Run app with npm start or yarn start

  4. If you're not redirected automatically, try opening your browser and check http://localhost:3000

  5. Enjoy

Comments

This app was created using ReactJS, it has 4 components the App, Board, Card and Scoreboard. Everytime a zombie is clicked the cards are shuffled using the Durstenfeld shuffle algorithm, to win the game you must click every zombie once without repeating. If you click the same zombie twice you lose and you have to start again. The game keeps track of the highest score achieved.

Built With

About

A game built using ReactJS. Try to click all the available zombies without repeating a character. Oh! they change on every turn. See how far you can make it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published