Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```