A simple emoji based Minesweeper clone, playable on the CLI!
Download by cloning this repository, start it by running node minesweeper.js
or executing npx minesweeper-cli.js
--width=number
- Width of the field, defaults to8
--height=number
- Height of the field, defaults to8
--mines=number
- Number of mines to place on the board, defaults to10
See my post over on dev.to/thormeier
!
MIT