A fun and interactive RGB color guessing game built with HTML, CSS, and JavaScript using jQuery.
- The game will display an RGB color code at the top.
- Click on the square that matches the displayed color.
- If you guess correctly, all squares turn into the correct color, and you can play again!
- If you guess wrong, the square fades out, and you can try again.
- You can switch between Easy Mode (3 squares) and Hard Mode (6 squares).
- HTML5 β Structure of the game.
- CSS3 β Styling and layout.
- JavaScript (ES6) β Game logic.
- jQuery β DOM manipulation and event handling.
git clone https://github.com/CaiLewendon/RGB-Color-Guessing-Game.git
open in the project directory (do not move it)
open index.html # macOS
start index.html # Windows
or use a live server:
code . # Open the project in VS Code