Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cxuesong/graystripe
- Owner: CXuesong
- License: mit
- Created: 2017-02-02T08:27:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T13:22:29.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T04:39:38.028Z (3 months ago)
- Topics: adventure-game-engine, text-adventure
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```