Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.13 KB

AI CYOA UI

This is the frontend for the AI Choose Your Own Adventure game.

What is AI CYOA

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.

Technology

The frontend is pretty simple using only Vite, Vue and Pinia. It is hosted using Cloudflare Pages.

Roadmap

[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.

Recommended IDE Setup