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

https://github.com/joelseq/colorgame

Javascript Color Game
https://github.com/joelseq/colorgame

Last synced: over 1 year ago
JSON representation

Javascript Color Game

Awesome Lists containing this project

README

          

JAVASCRIPT COLOR GAME

This is a very easy to play Color Game made purely with vanilla JS.
The way you play it is you are given an rgb value, and depending on
the mode you choose you will be displayed a number of squares. You
have to correctly guess which square it is by the rgb value. This
is not my original creation and was made as a part of Colt Steele's
"The Web Developer Bootcamp" course on Udemy
https://www.udemy.com/the-web-developer-bootcamp/learn/ .