A team of university students from Tsinghua, Lanzhou, and Xi'an Jiaotong universities has released InfiPlot, described as the world's first interactive plot game where AI generates all text and images in real-time. Released in May 2026 and inspired by flipbook's April 2026 release, the open-source project has gained 217 stars and 32 forks on GitHub.
Every Frame Generated Dynamically Based on Player Choices
Unlike traditional games with pre-scripted storylines and pre-rendered assets, InfiPlot generates everything dynamically based on user choices. There are no predetermined characters or plot points—each playthrough is completely unique. The system uses a multi-agent AI framework with five specialized roles: Architect (overall narrative structure), Screenwriter (dialogue and story progression), Character Designer (character appearance and personality), Scene Decorator (environment details), and Artist (visual rendering).
The technical implementation uses DeepSeek v4-flash for text generation, Runware FLUX.2 Klein for image rendering at $0.00078 per scene, Google Gemini 3.5-flash for vision processing, and Xiaomi MiMo protocol for text-to-speech. The frontend is built with Next.js, using TypeScript (86.6%) and JavaScript (12.8%).
Predictive Scene Generation Enables Seamless Transitions
A key technical innovation is predictive scene generation that enables seamless transitions without latency that would break immersion. The vision model interprets clicks on background elements to drive narrative choices, allowing real-time content customization. The system supports cross-platform deployment on Vercel, Cloudflare Workers, and Docker, with a free-to-play version available at infiplot.com.
Part of Broader 2026 AI Gaming Trend
InfiPlot aligns with broader 2026 trends in AI-generated gaming. According to BCG's 2026 Global Gaming Report, approximately 50% of game studios now actively use AI in development, with over 7,300 games on Steam disclosing AI applications. However, InfiPlot distinguishes itself by making AI generation the core mechanic rather than just a development tool.
Other 2026 examples include Genie 3 from Google (launched January 2026), which generates diverse interactive environments from text and images, and Oasis from Decart, which reimagines Minecraft entirely through real-time AI frame generation. InfiPlot represents the next evolution by combining fully procedural narrative with real-time visual generation in an interactive format.
Key Takeaways
- InfiPlot is the world's first interactive plot game with all text and images generated by AI in real-time, with no pre-scripted content
- The system uses a five-agent architecture (Architect, Screenwriter, Character Designer, Scene Decorator, Artist) powered by DeepSeek v4-flash and FLUX.2 Klein
- Image generation costs just $0.00078 per scene using Runware FLUX.2 Klein
- The project was built by students from Tsinghua, Lanzhou, and Xi'an Jiaotong universities and released as open source in May 2026
- Approximately 50% of game studios now actively use AI in development according to BCG's 2026 Global Gaming Report