Skip to content

Commit 0297c8d

Browse files
authored
Merge pull request #23 from leedave/docs_for_color_guess
Added docs for color guess in catalog
2 parents 5d11ae2 + f2b29b2 commit 0297c8d

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Games/color_guess/docs/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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)

Games/color_guess/docs/changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v1.0
2+
3+
First release to Application Catalog

0 commit comments

Comments
 (0)