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

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

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