We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961ab83 commit 4534aadCopy full SHA for 4534aad
README.md
@@ -20,3 +20,25 @@ go install github.com/ajeetdsouza/clidle
20
```
21
22
</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