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

Practical OpenClaw Use Cases from Daily Experience
A developer shares six specific ways they use OpenClaw daily, including flight price watching, health coaching, and email polishing, while noting what didn't work like automated social posting.

Financial Analyst Uses Claude Code to Build DCF Model Without Coding Experience
A financial analyst with no terminal experience used Claude Code to build a discounted cash flow model in 20-25 minutes instead of 1-2 days. The tool read financial files and generated a fully structured Excel model with working formulas after the user typed /dcf [company name].

How Claude Drafted a Pre-Litigation Notice and Got a Full Refund for a Defective MacBook
A Reddit user describes using Claude to analyze Indian consumer law, draft a pre-litigation notice, and recover Rs. 40,219 (~$480) from a company that initially offered only 85% refund.

How Cheap AI Agents Stress-Tested Claw Earn Marketplace Development
The Claw Earn team intentionally used cheaper, less capable AI agents during development, which exposed failures related to outdated scripts, stale memory, and incorrect assumptions. These failures forced improvements to documentation and platform robustness.