1 comment

[ 3.9 ms ] story [ 10.0 ms ] thread
Inspired by all the GTP-3 talk and after playing AI Dungeon, I wanted to try building a community experience. I have no intention of gaining anything financially from this.

Anyone with a Twitch account can post suggestions into the chat, and then also vote. The prompt with most votes gets sent to the dungeon.

I'm planning to show the stories in real-time. At the moment some of them are available in https://aidungeonstories.vercel.app/

but unfortunately if you join midgame you will just miss the beginning.

I might take the stream down at points if I need to make changes. Currently, it's streaming from my PC and the status panel (where user submitted suggestions appear) is on localhost.

I'm using Selenium for sending the commands from Twitch chat. The status panel is a simple page controlled by the same script that controls the screen. The status page shows input using socket.io and jQuery, because I thought it would be really simple (now might re-do it with Vue).

If you want to come play together, I'll be around for at least few hours, but if everything works well I'll just leave the stream up (it should work without supervision).

Todo: Add realtime page where people can read the current story

I appreciate if you have any suggestions or ideas!