climinesweeper

Play MineSweeper on CLI


Keywords
minesweeper, cli, game, application, cli-application, cli-game, minesweeper-game, nim, nim-lang
License
MIT
Install
nimble install climinesweeper

Documentation

CLI MineSweeper

Play Minesweeper on CLI.

Installation

From Nimble

$ nimble install climinesweeper

From Source

// Linux
$ git clone git@github.com:KerorinNorthFox/Minesweeper_on_CLI.git
$ cd MineSweeper_on_CLI/
$ ./dist/climinesweeper

// Windows
> git clone https://github.com/KerorinNorthFox/MineSweeper_on_CLI.git
> cd MineSweeper_on_CLI
> dist\climinesweeper.exe

Usage

$ climinesweeper

Requirement

  • nim >= 1.6.8
  • illwill >= 0.3.0