An interactive narrative game that generates unique stories in comic book form, powered by AI.
- Unique story generation with Mistral AI
- Interactive comic book interface
- Predefined or custom choices
- Voice narration
- Responsive design (desktop & mobile)
- Node.js 20+
- Python 3.10+
- Poetry
- Mistral API Key
- Hugging Face Endpoint URL
cd server
poetry install
poetry run devcd client
yarn install
yarn dev.
├── client/ # React/Vite Frontend
├── server/ # Python/FastAPI Backend
└── finetuning/ # AI Training Scripts
Contributions are welcome! Please check our contribution guidelines for more details.
This project is licensed under the MIT License. See the LICENSE file for details.