From 35ae7de10bbf28ac3fc1af3eb757d70ccc6f8582 Mon Sep 17 00:00:00 2001 From: Matuush Date: Sat, 2 Nov 2024 21:54:21 +0100 Subject: [PATCH] Game rules in README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dced0fc..2cfcee5 100644 --- a/README.md +++ b/README.md @@ -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.