This is basically a color guessing game based on javascript. There are two levels of the game : EASY and HARD The rules of the game are simple : When the user clicks the NEW COLORS tab, the displayed RGB values will be refreshed and the user needs to guess the correct color which represents the given RGB color values. IN the easy level, the user is given three colors to choose from and in the hard level, six colors for the same.
Give it a try: https://madhavrathi.github.io/rgbColourGame/
GOOD LUCK!