Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Javascript Color Game
- Host: GitHub
- URL: https://github.com/joelseq/colorgame
- Owner: joelseq
- Created: 2016-01-18T05:49:32.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-22T07:48:53.000Z (almost 9 years ago)
- Last Synced: 2024-11-30T08:52:15.088Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/ .