This is the frontend for the AI Choose Your Own Adventure game.
AI CYOA is a fun project to learn how to bring together multiple AI tools to quickly develop a Choose Your Own Adventure game. The API for this frontend is a separate project that utilizes Cloudflare Workers and KV.
The frontend is pretty simple using only Vite, Vue and Pinia. It is hosted using Cloudflare Pages.
[x] Functional UI that progresses the user through their adventure [ ] Give the user the ability to move back and forth through chapters [ ] Utilize local storage to save the user's adventures [ ] Give the user the ability to load a previous adventure from local storage [ ] Give the user the ability to save their adventure to a more permanent format to share with others [ ] Offer a better user experience, I'm no designer.
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).