A simple & tiny CUI maze game
npm install -g escape-from-the-maze
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
git clone git@github.com:kjirou/escape-from-the-maze.git
cd ./escape-from-the-maze
npm install
npm start