From df4cae7ec0e6dbc1ced58d8a6fdc86a49277d4ed Mon Sep 17 00:00:00 2001
From: hjdicks <131976342+hjdicks@users.noreply.github.com>
Date: Mon, 1 May 2023 02:44:53 +0330
Subject: [PATCH] Update README.md
turns out markdown being a html superset was a bitter lie
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d354077..7f13cb1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
-![i wonder...](guess.ico)
+# Mastermind-qt
+![an image of poor player, trying to guess the number](guess.ico)
+
mmind-qt is qt version of number guessing game, similar to [Mastermind board game](https://en.wikipedia.org/wiki/Mastermind_(board_game))
the game starts with entering a length, and you a number of chances equal to it,
-then, you must guess a number as long as that length. the game responds by Xs for incorrect digits and #s for right ones.
+then, you must guess a number as long as that length. the game responds by X for incorrect digits and # for right ones.
the goal is to guess whole number completely before losing all of your chances.