Live Version at: https://darkouto.github.io/JavaScript-Color-Game/colorGame.html
A RGB Color Guessing Game made with JavaScript
This project is part of a Web Development course I took. This part focuses specifically on JavaScript Programming.
The goal here was to create a simple game, in which the user is provided with a randomly generated RGB code, and then has to guess the corresponding color from 6 randomly generated colors (or 3 in the easy mode). All of this done with JavaScript programming.
This also features CSS styling with animations/transitions.