https://github.com/derhuerst/cli-minesweeper
Play Minesweeper in the command line!
https://github.com/derhuerst/cli-minesweeper
cli game
Last synced: about 17 hours 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T19:15:22.000Z (about 3 years ago)
- Last Synced: 2025-06-25T08:59:53.418Z (20 days ago)
- Topics: cli, game
- Language: JavaScript
- Homepage: https://github.com/derhuerst/cli-minesweeper
- Size: 25.4 KB
- Stars: 8
- Watchers: 2
- 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!**
[](https://asciinema.org/a/93190)
[](https://www.npmjs.com/package/cli-minesweeper)


[](https://github.com/sponsors/derhuerst)
[](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).