Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 805 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 805 Bytes

CrazyMinesweeper

Here you can download windows and linux version of game https://devalone.github.io/CrazyMinesweeper/

Also, you can compile it manually, for do it, type following commands in command line:

git clone https://github.com/DevAlone/CrazyMinesweeper
cd CrazyMinesweeper/
qmake
make
./minesweeper # to start a game

Здесь вы можете скачать версию под windows и linux https://devalone.github.io/CrazyMinesweeper/

Также вы можете собрать игру вручную из исходников, для этого введите в командной строке следующие команды:

git clone https://github.com/DevAlone/CrazyMinesweeper
cd CrazyMinesweeper/
qmake
make
./minesweeper # для запуска игры