Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 514 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 514 Bytes

Terminal Minesweeper

A simple version of the classic game minesweeper that can be run from the terminal. Written in TypeScript.

Game in progress

Running

npm install
npm start

Options

> npm start -- [opts]

-r, --rows  <n>    (default: 10)
-c, --cols  <n>    (default: 10)
-m, --mines <n>    (default: 15%)
-h, --help

License

Distributed under the MIT License. See LICENSE.md for more information.