1.0.7 • Published 6 years ago

minesweeper-ts v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Console Minesweeper (TypeScript)

This is a console version of the classic game minesweeper, implemented in typescript. For fun.

Usage:

Binary installation:

npm i -g minesweeper-ts

Running:

minesweeper-ts

Install from source:

# 1. clone the repository and cd into it
git clone git@github.com:lucascaro/minesweeper-ts.git
cd minesweeper-ts
#2. Install dependencies (typescript) and build
npm i && npm run build
#3 Play!
node .

Tested on node v10

License: MIT

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago