A JavaScript game: guess the displayed RGB color by clicking among colored squares.
- Easy (3 squares) and Hard (6 squares) modes
- New Colors / Play Again reset
- Instant feedback on correct/incorrect guesses
- HTML5 + CSS3
- JavaScript (DOM events, state, small helpers)
- DOM selection & event handling
- Array generation & randomization logic
- UI state sync (mode toggles, reset, messages)
Just open index.html in a browser.
Built originally while learning front-end fundamentals via Udemy coursework.
MIT