1.0.7 • Published 7 years ago

minesweeper-ts v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago