Skip to content

egobars/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper console game

About

Minesweeper - a simple game, where you need to open all field, didn't clicked on bomb. This project is a console realisation of this game.

Install

Download this repository and put in some directory. Then run this command in Terminal:

mkdir build
cd build
cmake ..
make

Cmake and some C++ compiler (g++ or clang) required! ##Start game You can start game, run in build directory this command:

./minesweeper

About

Console Minesweeper game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published