An AI-powered Dungeon Master that crafts dynamic fantasy RPG adventures. Built for the Agentic AI Hackathon.
The website: https://ai-dm-fkr0.onrender.com/
- Generate 3-act fantasy campaigns using Gemini API
- Let players interact freely with the story
- Beautiful, markdown-enhanced storytelling
- Frontend: Next.js 15
- Backend: FastAPI (Python)
- LLM: Gemini 2.5 Flash
- State: Local JSON for plan memory
git clone https://github.com/Essam-Khawaja/Masse
cd Masse- Create a
.envfile:
GEMENI_API_KEY=your_gemini_key- Run the backend:
pip install -r requirements.txt
uvicorn main:app --reloadcd frontend
npm install
npm run build
npm run start