minesweeper-ts
v1.0.7
Published
This is a console version of the classic game minesweeper, implemented in typescript. For fun.
Downloads
6
Readme
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 [email protected]: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