← Reddit

First-ever trailer for my Aztec-themed RPG. Version 654 is live and playable right now!

Reddit · Reckonerxy · July 18, 2026
Hey folks! I have been working hard in polishing this project, and I want to show my progress so far! Play it here! https://reckonerxy.github.io 🏛️ What is Teotlan: Land of Gods? Teotlan is a turn-based RPG with roguelite elements, deeply rooted in

Detailed Analysis

A solo developer has released a trailer and playable build (version 654) of "Teotlan: Land of Gods," a turn-based roguelite RPG built around Mesoamerican mythology, in which players choose a Patron God and lead a divine team through the nine layers of Mictlan, the Aztec underworld. The post, shared on Reddit, is notable less for the game's premise than for the development methodology behind it: the creator built the project through more than 650 iterative versions using Claude as the primary coding engine, with the human developer acting as designer, playtester, and quality-control layer.

The workflow described offers a concrete window into how independent developers are now using Claude for sustained, multi-hundred-iteration software projects rather than one-off code snippets. The developer's "Design Doc First" approach—fully specifying game logic in text before Claude generates any code—is a practical mitigation strategy against two of the most persistent weaknesses in AI-assisted coding: hallucinated logic and repetitive loops that compound over long development cycles. By locking down mechanics, systems, and rules in advance, the developer effectively constrains Claude's generative freedom to a well-defined scope, reducing the surface area for drift or inconsistency across builds. This is followed by a tight feedback loop: each Claude-generated build gets playtested, bugs and UX issues get logged, and that structured feedback is fed back into subsequent prompts—an iterative cycle resembling agile development sprints, but compressed and accelerated by AI code generation.

This case matters because it illustrates a maturing pattern in how hobbyist and indie developers integrate large language models into long-horizon creative projects. Rather than treating AI as a novelty for generating small scripts, the developer treats Claude as a persistent collaborator across a production pipeline spanning hundreds of versions, complete with external playtester feedback loops and live community testing. The fact that a single person could reach 654 iterations of a fairly complex RPG—complete with branching god choices, procedural elements, and roguelite systems—speaks to how AI coding assistance is lowering the barrier to entry for scope and complexity in solo game development, a domain traditionally requiring either significant programming expertise or a team.

More broadly, this fits into a growing trend of "vibe coding" and AI-native development practices where the primary skill shifts from writing code manually to specifying requirements precisely, evaluating outputs critically, and iterating rapidly based on structured feedback. Claude's role here as a long-term development partner—rather than a single-query tool—reflects Anthropic's broader positioning of Claude as a capable agent for extended, stateful coding workflows, a use case the company has emphasized through features like Claude Code and long-context handling. Community-driven projects like Teotlan serve as informal case studies for how well these capabilities hold up outside controlled benchmarks, in the messier reality of an evolving creative product shaped by real user feedback.

Read original article →