Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/derhuerst/cli-minesweeper
- Owner: derhuerst
- License: isc
- Created: 2016-11-16T23:54:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T19:15:22.000Z (over 2 years ago)
- Last Synced: 2024-10-03T23:53:55.121Z (about 1 month ago)
- Topics: cli, game
- Language: JavaScript
- Homepage: https://github.com/derhuerst/cli-minesweeper
- Size: 25.4 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).