Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 475 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 475 Bytes

Color-Guessing-Game-Project

An interesting color guessing game project made using HTML, CSS, and Javascript.

Game Rules: Initially, a RGB value is displayed on the screen and the user has to select the correct colored block out of the given 9 colored blocks. Everytime we choose the wrong block, the block gets disappeared. If user selects the correct color, all blocks change their colors to the correct one and the user wins.

Tools Used: HTML, CSS and Javascript