Guess kitty is a simple game with reactjs, Where player need to guess the block in which kitty presents and score depends on the attempts he used to find the kitty.
- A grid of 5*5 (25 blocks)
- All the blocks will be locked with lock symbol
- Player need to guess the block which contains kitty (smile emoji) by clicking on block
- Once the player clicks on particular block, then the lock opens.
- If the doesn't contain kitty then (frown emoji) will be show else kitty found and score displays
- Score calculated according to the number of blocks the user unlocked. Unlock attempts inversely proportional to final score.
- Player can play N number of games until he intendedly refresh the page. And all his scores were shown as a summary.
HTML, CSS, JAVASCRIPT - REACTJS
Demo @Guess kitty JS | https://krishcdbry.github.io/guess-kitty-js/
Krishcdbry [krishcdbry@gmail.com]
MIT @krishcdbry