项目作者: unknownblueguy6

项目描述 :
Command Line version of MineSweeper for Unix-like systems
高级语言: C++
项目地址: git://github.com/unknownblueguy6/MineSweeper.git
创建时间: 2019-02-11T10:39:41Z
项目社区:https://github.com/unknownblueguy6/MineSweeper

开源协议:MIT License

下载


Run on Repl.it

MineSweeper

Command Line version of MineSweeper for Unix-like systems (GNU/Linux, macOS, BSD).



Prerequisites

  1. C++11 compiler

Installation

  1. Clone the repo.
  1. $ 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++)

  1. $ cd MineSweeper
  2. $ make
  1. Run it.
  1. $ ./mine

TODO:

  1. Update the gif with new controls