climinesweeper
Play MineSweeper on CLI
Summary
| Latest Version | 1.2.1 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Authors
- kerorinnf
Installation
nimble install climinesweeper
choosenim install climinesweeper
git clone https://github.com/KerorinNorthFox/MineSweeper_on_CLI
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| climinesweeper | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.8 | No |
| illwill >= | 0.3.0 | No |
| jsony >= | 1.1.5 | No |
Source
| Repository | https://github.com/KerorinNorthFox/MineSweeper_on_CLI |
|---|---|
| Homepage | https://github.com/KerorinNorthFox/MineSweeper_on_CLI |
| Registry Source | nimble_official |
README
CLI MineSweeper
Play Minesweeper on CLI.
Installation
$ nimble install climinesweeper
Usage
$ climinesweeper [Options]
Options:
-h, --help display the help.
-v, --version display the version.
--noColor play without colors.
--continue [number] play with a set number of continue.
--infinite play without Boom!!.
[5 <= number <= 20] Set the number of vert and hor cells and start the game.
None Set the min number (5) of vert and hor cells and start the game.
Requirement
- nim >= 1.6.8
- illwill >= 0.3.0
- jsony >= 1.1.5