minesweeper-ts
v1.0.7
Published
This is a console version of the classic game minesweeper, implemented in typescript. For fun.
Downloads
30
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-tsRunning:
minesweeper-tsInstall 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
