Skip to content

bcbailey/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published