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

Non-coder builds full prospecting stack with Claude Code and APIs
A Reddit user with zero coding experience built a complete outbound prospecting system in a weekend using Claude Code, Crustdata for company/people search, FullEnrich for contact enrichment, and Instantly for sending.

Automated AI Development Pipeline with 11 Quality Gates and Confidence Profiles
A developer built an AI-powered pipeline with 11 automated quality gates that runs end-to-end without manual approvals, using confidence profiles, auto-recovery, and caching to handle design, planning, building, testing, and security checks autonomously, reducing token usage by 60-84%.

OpenClaw User Switches to RunLobster for Managed Infrastructure
A developer spent 4 months troubleshooting OpenClaw issues including agent stalling, config breaks, and unpredictable API costs before switching to RunLobster. The same models and framework worked reliably with multi-step task completion and faster integrations.

Building a Kid-Safe Coloring Book App with Claude as Pair Programmer
A developer used Claude as a pair programmer to build a SwiftUI coloring-book app with local image generation, parent locks, and no ads.