Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.06 KB

readme.md

File metadata and controls

38 lines (23 loc) · 1.06 KB

cli-minesweeper

Play Minesweeper in the command line!

asciicast

npm version ISC-licensed minimum Node.js version support me via GitHub Sponsors chat with me on Twitter

Installing

npm install -g cli-minesweeper

Usage

minesweeper [--size n]

You can also use 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.