From b679aeba033c7bd256a7fe19971e8386ff892284 Mon Sep 17 00:00:00 2001 From: DeltriDev <98485800+DeltriDev@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:31:08 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9388c1..8fa41e0 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -empty-empty-empty +Mastermind is one of my favourite board games: someone makes a code conisisted of different colors and other players try to guess it +In my journey of learning swift, I decided to remake this game as a 1-player cmd game! +To play, either dowload the source code and run the code, or get a build from the releases page and double click the .exe to run!