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

https://github.com/akashjain04/colorguessinggame

A simple Color guessing game built using Javascript
https://github.com/akashjain04/colorguessinggame

color color-guessing-game css game html javascript stylesheet

Last synced: 3 months ago
JSON representation

A simple Color guessing game built using Javascript

Awesome Lists containing this project

README

        

# Color Guessing Game

This is a simple Color guessing game developed using JavaScript. The webpage gives a color to find from the list of colors and user has to select that particular color from the list of colors available. On the failure or wrong selection an alert will be printed and also “Try again” will be displayed on top.
On successful selection the alert will be given and Background of the page turns to the selected color. Also, a “Congratulations” will be printed on top.
This project is just a basic implementaion and does not use Bootstrap or any other frameworks.
This project is built using HTML, CSS and JavaScript

[This project preview is available here](https://akashjain04.github.io/ColorGuessingGame/)

[For any doubts about color name and color please click here](https://www.w3schools.com/colors/colors_names.asp)