Skip to content

Fun guessing game where you can test your knowledge of RGB color codes. 🟡 🟢 🔵

Notifications You must be signed in to change notification settings

lara-isak/guess-the-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guess-the-color

Guess The Color is a fun guessing game where you can test your knowledge of RGB color codes.
Choose one of 3 game levels (Easy, Normal & Hard) and let the games begin! 🌈

You can check out the game here.

👍 Motivation behind the project

Understanding how pseudo code helps with writing the actual code by breaking down the expected behaviour of different elements in each step of the way

🌱 What I learned

➡️ how to use Math.floor() & Math.random() functions to create a random RGB color
➡️ how to utilize style backgroundColor property to change the background color of the element
➡️ how to use this keyword in combination with the addEvenListener() method

About

Fun guessing game where you can test your knowledge of RGB color codes. 🟡 🟢 🔵

Topics

Resources

Stars

Watchers

Forks