Skip to content

asr0104/Find-the-match

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

The Find-the-Match Game

Structure of Game

The game comprises of a 4 x 4 matrix that have some color. There will be pairs of each color, i.e, there will be eight colors(random) only. Also, the positions of the same colors will be random, but fixed for same game. Your Goal is to score Maximum(not Negative). As the score goes negative, you loose.

The Game is played as follows:

1. Click on a tile to reveal its color
2. Guess the tile with same color, if right, marks increase, else decrease.
3. The game is played till all colors are revealed OR the score becomes negative.

About

Game to Guess Pairs with same color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 42.2%
  • JavaScript 39.8%
  • CSS 18.0%