Play Minesweeper in the command line!
npm install -g cli-minesweeper
minesweeper [--size n]
You can also use JS.
const minesweeper = require('cli-minesweeper')
minesweeper({size: 10})
If you have a question, found a bug or want to propose a feature, have a look at the issues page.