https://github.com/rasagy/hex-geek
A tiny fun app about guessing hex color codes!
https://github.com/rasagy/hex-geek
Last synced: about 1 year ago
JSON representation
A tiny fun app about guessing hex color codes!
- Host: GitHub
- URL: https://github.com/rasagy/hex-geek
- Owner: rasagy
- License: gpl-2.0
- Created: 2015-07-26T15:30:15.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-07-27T11:27:09.000Z (almost 11 years ago)
- Last Synced: 2025-06-07T20:09:42.435Z (about 1 year ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hex-Geek
How accurately can you recognize a color’s hex code?
### Plan
- [x] Three rectangles over a larger rectangle
- [x] Canvas size based on the window size (pseudo-responsive)
- [x] Simple scoring system (0–25 per spectrum, 0–75 per color)
- [ ] Better scoring system
- [ ] Show actual hex code before next round
- [ ] Timer
- [ ] Tutorial
- [ ] About