1.0.4 • Published 5 years ago

textsweeper v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Textsweeper

Terminal minesweeper written in Typescript.

Screenshot

Install

npm install --global textsweeper

Play

textsweeper

Pass width, height, and mine count as arguments.

textsweeper 10 20 30

Use the arrow keys or WASD to move, space to reveal cells, enter to restart, and Q or ctrl-c to quit.

Develop

Clone the repo.

git clone git@github.com:jmeyers91/text-minesweeper.git

Install dependencies

cd text-minesweeper
npm install

Build

npm run build

Start

npm run start
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago