Game rules in README
This commit is contained in:
parent
b2377d8195
commit
35ae7de10b
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
An implementation of an ancient game of Logik - a color-sequence guessing game.
|
||||
|
||||
## Rules
|
||||
|
||||
The game consists of guessing valid color sequences.
|
||||
After each guess, the game tells you, how many colors were in the right place
|
||||
and how many are in the sequence, but not in the place you guessed them.
|
||||
The catch is, it doesn't tell you which is which.
|
||||
|
||||
## Functionality
|
||||
|
||||
You can specify, how long the guessed sequence is and how many colors there can be.
|
||||
|
|
Loading…
Reference in a new issue