An open API service indexing awesome lists of open source software.

https://github.com/elena-in-code/rgb-game

RGB color guessing game
https://github.com/elena-in-code/rgb-game

css game html5 javascript rgb-color rgb-game vanilla-javascript vanilla-js

Last synced: about 1 month ago
JSON representation

RGB color guessing game

Awesome Lists containing this project

README

          

RGB Game



RGB Color Guessing Game is a fun game that will help you improve your knowledge of RGB colors.


Based on the exercise part of the Udemy course "The Web Developer Bootcamp" by Colt Steele.


Technologies used:



  • HTML5

  • CSS3

  • javaScript


User Stories:



  • Objective: Match RGB numbers with the correct colored square displayed below by clicking or pressing on it

  • Correct answer: you will see a 'correct' message and all the squares and main banner will change their current color to match the correct one

  • Incorrect answer: the clicked square will dissapear and a 'Try again' message will display. Click your next guess until you get the correct one

  • Play again: If you want to play again just click on the 'Play Again' button and a new game will start. Also you can click any time on 'Easy', 'Hard', 'New Colors' to display a new asortment of colors and RGB numbers or just refresh the page

  • You can play as many times as you want, scores will not be saved

  • Easy mode is available, it will only display 3 possible options to choose from

Hope you like it!