Better rule wording

This commit is contained in:
Matúš Púll 2024-12-14 10:53:15 +01:00
parent b5d0eab173
commit 774f1ad514

View file

@ -7,7 +7,7 @@ An implementation of an ancient game of Logik - a color-sequence guessing game.
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.
The catch is, it doesn't tell you the specific positions, but only quantities.
## Functionality