Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1015 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 1015 Bytes

MineSweeper

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.

Enhancements

  • 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.

Prerequisites

  1. C++11 compiler

Installation

  1. Clone the repo.
$ git clone https://github.com/unknownblueguy6/MineSweeper.git
  1. 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
  1. Run it.
$ ./mine

TODO:

  1. Update the gif with new controls