1.1.0 • Published 9 years ago

escape-from-the-maze v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

escape-from-the-maze

npm version Circle CI

A simple & tiny CUI maze game

npm.io

Installation

npm install -g escape-from-the-maze

Usage

Start game:

escape-from-the-maze

Show ranking:

escape-from-the-maze --ranking
escape-from-the-maze -r

Show help:

escape-from-the-maze --help
escape-from-the-maze -h

Development

git clone git@github.com:kjirou/escape-from-the-maze.git
cd ./escape-from-the-maze
npm install
npm start