VAR-solutions / Find-the-match

Game to Guess Pairs with the same colour.

Home Page:https://var-solutions.github.io/Find-the-match/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Find-the-Match Game

Untitled.jpg

Structure of the Game

The game comprises of a 4 x 4 matrix which contains some colors. 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 the same game. Your Goal is to score Maximum(not Negative).

How to play?

  1. Click on a tile to reveal its color
  2. Guess the tile with same color, if right, marks increase by 25, else decrease by 5.
  3. The game is played until all of the colors behind the tiles are revealed.

Quick Notes

  1. Colors are in RGB code format.
  2. No more than two colors are the same.

Credits

You're ready? Play the game!

About

Game to Guess Pairs with the same colour.

https://var-solutions.github.io/Find-the-match/

License:Mozilla Public License 2.0


Languages

Language:HTML 40.6%Language:CSS 38.8%Language:JavaScript 20.6%