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
- Host: GitHub
- URL: https://github.com/devalone/crazyminesweeper
- Owner: DevAlone
- License: mit
- Created: 2017-04-05T22:31:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T12:24:49.000Z (over 8 years ago)
- Last Synced: 2025-01-14T14:26:57.003Z (10 months ago)
- Language: C++
- Homepage: https://devalone.github.io/CrazyMinesweeper/
- Size: 28.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 # для запуска игры
```