roschaefer / muehle

The boardgame Nine Men's Morris created using C++ and Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mühle

The popular boardgame "Nine Men's Morris" or "Mühle" in German, created using C++ and Qt5.

Screenshots

Screenshot

How to setup

Clone the repository:

git clone https://github.com/veracl/muehle.git

Change directory:

cd muehle

Create the Makefile:

qmake muehle.pro

Now run:

make

Done! You can start the game:

./muehle

Alternatively: Download and install Qt Creator (link), open the project and build & run from there.

About

The boardgame Nine Men's Morris created using C++ and Qt


Languages

Language:C++ 99.1%Language:QMake 0.9%