Command Line version of MineSweeper for Unix-like systems (GNU/Linux, macOS, BSD).
This is a fork, but the original project seems dead. I will gladly delete this once the changes are accepted/rejected.
- AUR support (I created an AUR installer)
- Better mechanism for clearing the screen (faster, compatible with all Operating Systems)
- Improved the Makefile, with an option for the release version with optimizations enabled.
- 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