An AI generated choose your own adventure style game made in Svelte.
This game started as university project, but I wanted to return to the idea with a better understand of web development and improvements to LLMs.
Create your .env
file and add your OpenAI API key
OPENAI_API_KEY=
Install the necessary dependencies
yarn install