Color Guessing Game
This rgb color guessing game was inspired by a project from a course I took, however all of the code was written by me. To play the game, you must click the correct square color based off the CSS rgb color numbers at the top of the screen. The score is determined by the difference between the number of squares clicked and the total squares on the screen, depending on the selected game mode.
Live DemoSource Code

Details
Technologies used:
- HTML5
- CSS3
- JavaScript
- Node.js