An open API service indexing awesome lists of open source software.

https://github.com/devalone/crazyminesweeper

Minesweeper with colors instead of numbers for detect mines number around cell
https://github.com/devalone/crazyminesweeper

Last synced: 8 months ago
JSON representation

Minesweeper with colors instead of numbers for detect mines number around cell

Awesome Lists containing this project

README

          

# 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 # для запуска игры
```