Skip to content

Commit 4534aad

Browse files
committed
Add instructions
1 parent 961ab83 commit 4534aad

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,25 @@ go install github.com/ajeetdsouza/clidle
2020
```
2121

2222
</div>
23+
24+
## How to play
25+
26+
You have 6 attempts to guess the correct word. Each guess must be a valid 5 letter
27+
word.
28+
29+
After submitting a guess, the letters will turn green, yellow, or gray.
30+
31+
- **Green:** The letter is correct, and is in the correct position.
32+
- **Yellow:** The letter is present in the solution, but is in the wrong position.
33+
- **Gray:** The letter is not present in the solution.
34+
35+
Your final score is based on how many guesses it took to arrive at the solution:
36+
37+
| Guesses | Score |
38+
| ------- | ----- |
39+
| 1 | 100 |
40+
| 2 | 90 |
41+
| 3 | 80 |
42+
| 4 | 70 |
43+
| 5 | 60 |
44+
| 6 | 50 |

0 commit comments

Comments
 (0)