discord-text-adventure-bot icon indicating copy to clipboard operation
discord-text-adventure-bot copied to clipboard

A bot for Discord to play text adventure games in Discord

Results 10 discord-text-adventure-bot issues
Sort by recently updated
recently updated
newest added

Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....

dependencies

Currently, if the bot produces a message that is too long for the Discord single-message character limit, the bot crashes, as seen in #53. Improve the bot by making it...

bug
crash
feature-request

Zork Zero crashes the bot at move 6 with the following console output: ``` discord-frotz\node_modules\discord.js\src\rest\RequestHandler.js:154 throw new DiscordAPIError(request.path, data, request.method, res.status); ^ DiscordAPIError: Invalid Form Body content: Must be 2000...

bug

Hi! I was able to run the bot successfully. But I found out it only works with .z3 files. I'm unsure if .z5 files are supported. Thank you!

crash on game load and yes i got dfrotz.exe but where do i place it in what path and who to get a .z5 game to run Loaded Game: A...

bug
crash
setup-issue

I preface this by saying I am a layman with anything like this. But really would like to get this working as a discord bot. System: Windows 10 pro Issue:...

setup-issue

My terminal locale is UTF-8, my dfrotz puts plain Unicode (not ASCII) output, so the bot encodes Unicode twice into gibberish. Here's a patch: `src/MessageHandler.js`, like 310 ``` - var...

bug

Add ability/command to automatically install dfrotz if possible. As long as the user has the Git and a good C compiler, it shouldn't be too hard to figure out.

feature

The ability to run multiple games on different channels (and even servers) from a single bot would be a nice addition. Something like `$adventureStart gamename #channel`. One game per channel...

feature-request

Implement the ability to save the game using the command `$save`. Should have a limit to 3 saves per game, and will save all the saves in `saves/[gamename]/`.

feature