A simple version of the classic game minesweeper that can be run from the terminal. Written in TypeScript.
npm install
npm start
> npm start -- [opts]
-r, --rows <n> (default: 10)
-c, --cols <n> (default: 10)
-m, --mines <n> (default: 15%)
-h, --help
Distributed under the MIT License. See LICENSE.md for more information.