Skip to content

Command Line version of MineSweeper for Unix-like systems

License

Notifications You must be signed in to change notification settings

margual56/minesweeper-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command Line version of MineSweeper for Unix-like systems

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 99.5%
  • Makefile 0.5%