From 774f1ad514410b646a4841b908d00ed0ec8324fb Mon Sep 17 00:00:00 2001 From: Matuush Date: Sat, 14 Dec 2024 10:53:15 +0100 Subject: [PATCH] Better rule wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0c265f..5cf35d8 100644 --- a/README.md +++ b/README.md @@ -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