https://github.com/alexayan/adarkroom-core
A minimalist text adventure game engine
https://github.com/alexayan/adarkroom-core
Last synced: over 1 year ago
JSON representation
A minimalist text adventure game engine
- Host: GitHub
- URL: https://github.com/alexayan/adarkroom-core
- Owner: alexayan
- License: mpl-2.0
- Created: 2021-12-16T06:29:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T06:28:23.000Z (over 4 years ago)
- Last Synced: 2024-08-31T09:41:22.174Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 1.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Dark Room Core
A minimalist text adventure game engine. Available in node and browser environment.
This project rewrites the [A Dark Room Web](https://github.com/doublespeakgames/adarkroom) with typescript, decoupling the UI from the logic.
## npm
```bash
npm install adarkroom-core
```