https://github.com/okaybenji/text-engine-node
Text adventure engine for Node.js
https://github.com/okaybenji/text-engine-node
adventure-game-engine engine javascript node node-js nodejs text-adventure text-adventure-game
Last synced: 6 months ago
JSON representation
Text adventure engine for Node.js
- Host: GitHub
- URL: https://github.com/okaybenji/text-engine-node
- Owner: okaybenji
- Created: 2017-11-21T14:32:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T06:21:00.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T18:12:28.347Z (6 months ago)
- Topics: adventure-game-engine, engine, javascript, node, node-js, nodejs, text-adventure, text-adventure-game
- Language: JavaScript
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a text adventure game engine for [Node.js](http://nodejs.org). Actually, it uses [text-engine](https://github.com/okaybenji/text-engine), but makes it work in Node for added authenticity. Visit [text-engine](https://github.com/okaybenji/text-engine) for documentation!
To play the demo, type:
```node index```