Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Learning project: Interactive JavaScript RGB color guessing game showcasing DOM manipulation, event handling, and responsive UI.

License

Notifications You must be signed in to change notification settings

scottdaigger/rgb-color-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB Color Game (Archived Learning Project)

A JavaScript game: guess the displayed RGB color by clicking among colored squares.

Features

  • Easy (3 squares) and Hard (6 squares) modes
  • New Colors / Play Again reset
  • Instant feedback on correct/incorrect guesses

Tech

  • HTML5 + CSS3
  • JavaScript (DOM events, state, small helpers)

What I Practiced

  • DOM selection & event handling
  • Array generation & randomization logic
  • UI state sync (mode toggles, reset, messages)

Run Locally

Just open index.html in a browser.

Credits

Built originally while learning front-end fundamentals via Udemy coursework.

License

MIT

About

Learning project: Interactive JavaScript RGB color guessing game showcasing DOM manipulation, event handling, and responsive UI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published