An AI-powered interactive fiction and storytelling engine that brings characters to life through dynamic conversations and objective-driven gameplay.
Blends traditional AI chat with structured gameplay. Your actions are constantly evaluated against specific story objectives you must complete to advance the narrative.
Every character possesses their own distinct personality, independent thought process, and unique way of analyzing and reacting to the evolving situation.
The environment naturally shifts around you as time passes, scenes transition, and characters autonomously decide to enter or leave your current location.
git clone https://github.com/Jit-Roy/The-Endless-Tale.git
cd "The Endless Tale"
pip install -r requirements.txt
Create a .env file in the root directory and add your Google Gemini API keys:
GOOGLE_API_KEY=your_primary_api_key_here
BACKGROUND_GOOGLE_API_KEY=your_background_api_key_here
python app.py