Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 818 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 818 Bytes

escape-from-the-maze

npm version Circle CI

A simple & tiny CUI maze game

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 [email protected]:kjirou/escape-from-the-maze.git
cd ./escape-from-the-maze
npm install
npm start