Skip to content

Commit

Permalink
add installation section on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hjicks committed Jun 2, 2023
1 parent 690df3d commit 2600e39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,17 @@ MMind-qt is qt version of number guessing game, similar to [Mastermind board gam
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 X for incorrect digits and # for right ones.
The goal is to guess whole number completely before losing all of your chances.

## Installation

You may download binaries for windows, linux and openbsd from [releases page](://releases).

## Compiling

for compiling on windows you need qt, for OpenBSD you need `qt6-qtbase`, on Linux you need to have `qmake`, `qt` librares installed.

```
$ qmake
$ make
$ ./mastermind-qt
```

0 comments on commit 2600e39

Please sign in to comment.