Command Line version of MineSweeper for Unix-like systems (GNU/Linux, macOS, BSD).
- C++11 compiler
- Clone the repo.
$ git clone https://github.com/unknownblueguy6/MineSweeper.git
-
cd to the MineSweeper folder, and then build it using the Makefile.
(Change the compiler in the Makefile, if required. Default compiler is g++)
$ cd MineSweeper
$ make
- Run it.
$ ./mine
- Update the gif with new controls