THE GREAT COLOR GAME THE GREAT
COLOR GAME
A Web Game for Guessing Colors
IA
information architecture information architecture information architecture
GAME MODES
hard game mode easy game mode
I set an easy mode and a hard mode for this game. For the easy mode, the user only needs to select the color corresponding to the RGB value in the center from two color blocks. For the hard mode, the user needs to select the color from four color blocks.
GAME RESULTS
chose the correct color chose the wrong color
When the user clicks on one of the color blocks, but it's not the correct one, it will prompt the user to try again. The user can choose another one from the remaining colors until he or she chooses the correct one, or restart the game by the NEW COLORS button.
TECHNOLOGY

Game Modes

code of making different game modes
code of making different game modes
code of making different game modes code of making different game modes

Get Random Colors

code of getting random color
code of getting random color

Check Match Result

code of checking color-match result

When the user clicks on one of the color blocks, it will check whether the color value of the block is the same as the value provided to the user.
If they are consistent, the colors of all color blocks and the game title will change to that color.
If not, it will prompt the user to try again.

Go to THE GREAT COLOR GAME
Go to THE GREAT COLOR GAME