Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joelseq/colorgame

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

Last synced: about 1 month 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/ .