https://github.com/joelseq/colorgame
Javascript Color Game
https://github.com/joelseq/colorgame
Last synced: over 1 year ago
JSON representation
Javascript Color Game
- Host: GitHub
- URL: https://github.com/joelseq/colorgame
- Owner: joelseq
- Created: 2016-01-18T05:49:32.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-22T07:48:53.000Z (over 10 years ago)
- Last Synced: 2025-03-17T13:24:55.472Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- 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/ .