From Prompt to Adventures : Creating games with LLMs and Restate's durable functions
You can give the game a try at cyoa.dev with the code open sourced at https://github.com/essencevc/cyoaIn this article, we’ll explore how to take a single user prompt and generate an entire Choose Your Own Adventure game from it using Restate.On the surface, this seems simple - just a simple series of story branches for the user to navigate. But add image creation, audio synthesis and multiple LLM calls across a complex web of services and this quickly spirals out of control.Traditionally, we mi...
Read more at restate.dev