/color-guess

A little game where the user receives an RGB code and has to guess the color that corresponds to it.

Primary LanguageJavaScript

Color Guess

Bonus project (not mandatory) developed during block 05, in which I studied the DOM tree, events, and JavaScript storage.

how the color guess project works

How it works

The most important features of this project are:

  1. The game will generate a code rgb (red, green, and blue), and from that, the user must select the color corresponding to this code;
  2. If the player gets it right, 3 points will be added to their score, and, once the page is updated, the score is zero;
  3. To continue playing, press the Generate new game button.

Deploy

If you are interested in seeing the final result you can access it by this link.


If you see something that can be improved, please contact me! All feedback is very welcome.:sparkles: