RKSouth / Clicker-Game

A simple memory game that uses react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicker Game

Clicker Game

A simple app to help with memory. We all could use it!

Table of Contents

Technologies_Used

  • HTML
  • CSS
  • React js
  • github pages

Deployed Site

ClickClick!

Features

1. A Way to keep Score

Why?

Clicky Game is essentially a memory game -a game that can help those who have memory problems to track and improve their skills. So keeping score can be really helpful.

How?

Keeping a running score in react isn't very different from vanilla javascript because we want to track what is clicked and do a comparison. If the image hasn't een clicked yet, we want to add to it. If it has then the game is over and the score needs to be reset Compare Handle

2. Images that Jump around whenever you click

Why? This adds a level of difficulty to the game that makes it more fun to play.

How?

2. Deployed to Github pages from the terminal

I found this link to helpful and instructional on deploying to gh pages: Link

Usage

How do you use this project? This is meant for anyone looking for a more structured approach to exercise and working out. If you are looking to keep an easy to manage website

Author

Rachael Kelm-Southworth

Credits

I would like to thank Kerwin, Manuel, Roger, Jerome and all my classmates for helping me understand this subject matter and anyone that contributed to make the base code.

License

MIT

About

A simple memory game that uses react


Languages

Language:JavaScript 70.6%Language:CSS 16.4%Language:HTML 13.1%