Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/escape-from-the-maze
A simple & tiny CUI maze game
https://github.com/kjirou/escape-from-the-maze
cui game maze-game nodejs
Last synced: 12 days ago
JSON representation
A simple & tiny CUI maze game
- Host: GitHub
- URL: https://github.com/kjirou/escape-from-the-maze
- Owner: kjirou
- License: mit
- Created: 2015-08-09T16:15:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T07:57:17.000Z (about 3 years ago)
- Last Synced: 2024-09-14T15:37:49.627Z (about 2 months ago)
- Topics: cui, game, maze-game, nodejs
- Language: JavaScript
- Homepage:
- Size: 768 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# escape-from-the-maze
[![npm version](https://badge.fury.io/js/escape-from-the-maze.svg)](http://badge.fury.io/js/escape-from-the-maze)
[![Circle CI](https://circleci.com/gh/kjirou/escape-from-the-maze.svg?style=svg)](https://circleci.com/gh/kjirou/escape-from-the-maze)A simple & tiny CUI maze game
![](https://raw.githubusercontent.com/kjirou/escape-from-the-maze/master/doc/demo-3.gif)
## Installation
```bash
npm install -g escape-from-the-maze
```## Usage
Start game:
```bash
escape-from-the-maze
```Show ranking:
```bash
escape-from-the-maze --ranking
escape-from-the-maze -r
```Show help:
```bash
escape-from-the-maze --help
escape-from-the-maze -h
```## Development
```bash
git clone [email protected]:kjirou/escape-from-the-maze.git
cd ./escape-from-the-maze
npm install
npm start
```