Claude Time Travel Game Evolves from Prompt to Full Deployed System

A developer on r/ClaudeAI shared their experience evolving a time travel game prompt into a complex, persistent system over approximately 40 days. What started as a simple RPG-style prompt within Claude transformed through iterative development driven by practical needs.
Evolution Timeline
The user began with a prompt about being a time traveler and surviving/thriving, describing it as immersive. After initial enjoyment, they continued playing the same game for about 40 days.
Technical Progression
- Initial Setup: The game became a Project in Claude on Desktop
- State Management: Added YAML file saving to maintain state between conversations, allowing context clearing while preserving memory
- Character System: Implemented memory for other characters and interactions
- Event System: Added events, triggers, and NPC background events
- Cross-Platform: Added mobile play capability alongside desktop
- Scale Management: With 50+ NPCs, events, and interactions, implemented YAML file indexes and lazy loading
- Final Architecture: Around Day 30, deployed as a full game on Fly with a database, background code, and a custom MCP server for accessing game tools and data across desktop and mobile
The user notes they're still playing the same game started approximately 40 days ago, highlighting how Claude enabled this organic evolution from simple prompt to complex system.
📖 Read the full source: r/ClaudeAI
👀 See Also

Autoresearch with Claude Code on Production Codebase: 60 Experiments, 3 Changes Kept
A developer ran 60 iterations of autoresearch with Claude Code on a production hybrid search system (Django, pgvector, Cohere embeddings), keeping only 3 changes with a 93% failure rate. The process identified ineffective optimizations and caught a Redis caching bug.

OpenClaw integrates with Kroger API for automated grocery shopping via AI agents
A developer used OpenClaw with the Kroger API to automatically add recipe ingredients to a shopping cart, leveraging Qwen3.5 for recipe generation and Gemini 3.1 Pro for setup. The integration required 6 hours of work and consumed 359K tokens for a single cart generation.

Developer's AI Productivity Trap: From 80 Commits/Month to 1,400+ with 17 Agents
A developer reports that AI coding agents didn't replace their job but multiplied their workload, going from 80 commits/month on one CRM project to managing 17 AI agents, 12 parallel projects, and 1,400+ commits across 39 repositories.

Non-developer builds healthcare SaaS in 3 weeks using Claude and Gemini: lessons learned
A medical device sales rep with no coding background built FastCredentials.com, a healthcare compliance credentialing platform, in three weeks using AI coding assistants. The project used Python/Django, Gunicorn, Nginx, Stripe, WeasyPrint, SQLite, and the Claude API for automated blog content.