File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Color Guessing Game
2
+
3
+ Targeted at Web Developers, Graphical Designers and other nerds. <br >
4
+ This app will let your devices LED glow in a random color. Your job is to guess the Hex Code of the color.
5
+
6
+ ## Features
7
+ - 3 Difficulties
8
+ - Optional haptic feedback helps you guess
9
+ - Percentage calculation to show how close you are
10
+ - Practice mode that lets you define colors yourself
11
+
12
+ ## How HEX color codes work
13
+
14
+ Example #FF44CC
15
+ - Each digit is a number from 0 - F
16
+ - One digit represents 0 - 15, two digits represent 0 - 255
17
+ - Each colors intensity is defined by two digits (black to full color)
18
+ - The first color is red (example: FF)
19
+ - The second color is green (example: 44)
20
+ - The third color is blue (example: CC)
Original file line number Diff line number Diff line change
1
+ ## v1.0
2
+
3
+ First release to Application Catalog
You can’t perform that action at this time.
0 commit comments