Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cxuesong/graystripe

An HTML + TypeScript implemented plain-text adventure game engine.
https://github.com/cxuesong/graystripe

adventure-game-engine text-adventure

Last synced: 30 days ago
JSON representation

An HTML + TypeScript implemented plain-text adventure game engine.

Awesome Lists containing this project

README

        

# Text Adventure Game Engine "Graystripe"

An HTML + TypeScript implemented plain-text adventure game engine.

Still work in progress. You may visit the demo site [here](https://cxuesong.github.io/Graystripe).

## Setup for development

To restore local dependencies for development, you need
```bash
npm update -dev
```
Aside from package dependecies, you need also install the following packages globally
```bash
npm install -g typings
```
Then you may need to restore common ts definitions
```bash
typings install -g
```