-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turns out markdown being a html superset was a bitter lie
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <font color=darkred>X</font>s for incorrect digits and <font color=darkgreen>#</font>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. |