https://github.com/andrejewski/color-blind
Color simple shapes from memory
https://github.com/andrejewski/color-blind
color drawing game
Last synced: 9 months ago
JSON representation
Color simple shapes from memory
- Host: GitHub
- URL: https://github.com/andrejewski/color-blind
- Owner: andrejewski
- Created: 2022-12-15T07:48:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T08:36:33.000Z (about 3 years ago)
- Last Synced: 2025-04-05T00:02:37.836Z (10 months ago)
- Topics: color, drawing, game
- Language: TypeScript
- Homepage: https://jew.ski/color-blind
- Size: 734 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color Blind
Color simple shapes from memory
Build for deploying on Github pages via:
```sh
npm run publish
```
# Decision log
- [2022-12-17] I've added a penalty multiplier for coloring outside the lines to discourage people from just drawing over the whole canvas and getting a reasonable score. I've chosen the multiplier to be five which I feel is pretty harsh and should curb the tricks.