A dynamic text-based adventure story generator. This version introduces the core engine powered by Google's Gemini for narrative creation and nano banana for its unique illustrations. This version serves as a foundational proof-of-concept and a first look into the world of procedurally generated adventures.
currently it's a pre-release MK_0, with most of the features.
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/16tjmzZ69jgCLj3lyrdM0WATuLGoFFHni
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev