Skip to content

The "Guess the Color" project is a simple Java application that challenges the user to guess a randomly generated color. The user is presented with a color in RGB format (Red, Green, Blue), and they have to guess the correct combination of RGB values to match the displayed color.

Notifications You must be signed in to change notification settings

dhanish03/Color_Matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The "Color Matcher" project is a simple Java application that challenges the user to guess a randomly generated color. The user is presented with a color in RGB format (Red, Green, Blue), and they have to guess the correct combination of RGB values to match the displayed color. The project is implemented using Java's console-based input/output for simplicity. It utilizes the Random class to generate random RGB values and the Scanner class to read user input. The program compares the user's guess with the actual color and provides feedback on each component's correctness. The guessing process continues until the user correctly identifies the color or chooses to quit the game."

About

The "Guess the Color" project is a simple Java application that challenges the user to guess a randomly generated color. The user is presented with a color in RGB format (Red, Green, Blue), and they have to guess the correct combination of RGB values to match the displayed color.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages