textual-engine
textual-engine copied to clipboard
an event-driven text adventure engine for both narrative story telling and procedural dungeon crawling
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ssube/textual-engine). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nginx | final | minor | `1.24` -> `1.28` | --- > [!WARNING]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apextoaster/js-utils](https://togithub.com/ssube/js-utils) | [`0.3.0` -> `0.5.0`](https://renovatebot.com/diffs/npm/@apextoaster%2fjs-utils/0.3.0/0.5.0) | [](https://docs.renovatebot.com/merge-confidence/)...
when loading a game/world, using the world's absolute file path will return an error: ``` {"name":"textual-engine","kind":"main","hostname":"medusa","pid":11587,"level":50,"err":{"message":"ENOENT: no such file or directory, open '/home/bzlibby/documents/textual-enginge/data/samples/hansel-and-gretel.yml'","name":"Error","stack":"Error: ENOENT: no such file or directory, open...
a goblin NPC. he wears only one sock; he has lost the other. potentially friendly.
The `say` command currently only supports the `room` volume. For loud noises (or admin messages), if the second target is `world`, broadcast at that volume. If the second target is...
In the step-based state runner, actors who already have some commands queued should not be added to the command wait queue, since they may have already submitted their next command....
The loaders do not give any information when a path fails to load, which can lead to the interface hanging, or an uncaught error being printed over the game output....
Add some sample/example worlds from classic literature, or any source that is public domain and has available translations. Start with: - [ ] [Little Red Riding Hood](https://www.gutenberg.org/files/2591/2591-h/2591-h.htm#link2H_4_0023) - [ ]...
When calculating the currently-available verbs for an actor, only consider equipped items, not their full inventory. Potentially make this a world option.