Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/derhuerst/cli-minesweeper

Play Minesweeper in the command line!
https://github.com/derhuerst/cli-minesweeper

cli game

Last synced: 5 days ago
JSON representation

Play Minesweeper in the command line!

Awesome Lists containing this project

README

        

# cli-minesweeper

**Play Minesweeper in the command line!**

[![asciicast](https://asciinema.org/a/93190.png)](https://asciinema.org/a/93190)

[![npm version](https://img.shields.io/npm/v/cli-minesweeper.svg)](https://www.npmjs.com/package/cli-minesweeper)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/cli-minesweeper.svg)
![minimum Node.js version](https://img.shields.io/node/v/cli-minesweeper.svg)
[![support me via GitHub Sponsors](https://img.shields.io/badge/support%20me-donate-fa7664.svg)](https://github.com/sponsors/derhuerst)
[![chat with me on Twitter](https://img.shields.io/badge/chat%20with%20me-on%20Twitter-1da1f2.svg)](https://twitter.com/derhuerst)

## Installing

```
npm install -g cli-minesweeper
```

## Usage

```shell
minesweeper [--size n]
```

You can also use JS.

```js
const minesweeper = require('cli-minesweeper')

minesweeper({size: 10})
```

## Contributing

If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/cli-minesweeper/issues).