← Back to Blogs
HN Story

Building Wordtrak: A Case Study in AI-Assisted Game Development

May 9, 2026

Building Wordtrak: A Case Study in AI-Assisted Game Development

The emergence of AI-assisted development has lowered the barrier to entry for indie creators, allowing single developers to ship polished products across multiple platforms in record time. A recent example of this is Wordtrak, a 1v1 and daily word dueling game developed by qrush. By leveraging AI for coding, art design, and game mechanics, the creator has introduced a competitive twist to the word-game genre.

Wordtrak aims to capture the daily ritual appeal of games like Wordle while adding a competitive layer through head-to-head duels. However, as with any new release, the transition from a personal project to a public product brings a wave of critical feedback regarding game balance, user experience, and the philosophical implications of AI in creativity.

The Mechanics of Wordtrak

Wordtrak is designed as a competitive word-building experience. While the core loop involves forming words from a set of letters, community feedback has highlighted several areas where the mechanics could be further refined:

Letter Distribution and RNG

One of the primary challenges in word games is the "bad draw." Users have reported instances where an abundance of vowels makes it nearly impossible to progress, leading to early game-overs. This highlights a common tension in word games: the balance between pure skill and the randomness of the tile bag.

Competitive Clarity

Players have raised questions regarding the transparency of the opponent's state. Specifically, users are curious about whether opponents draw from the same pool of letters or if the game uses an "autopets-style" system of recorded and replayed moves. There is a perceived need for better visual indicators, such as:

  • A visible "bag" of available letters during the trading phase.
  • Real-time indicators of opponent activity (e.g., a countdown clock or hover states).

UX and Visual Design Critiques

While the graphics have been praised by some as "fun and interesting," others have pointed out significant accessibility and usability issues.

The Color Palette

A notable critique involves the use of a dark-mode palette. Some users found that the square tiles blur into the black background, especially under screen glare. One suggestion was to pivot toward lighter, pastel tones—reminiscent of classic games like Scrabble or Bananagrams—to improve contrast and readability.

Interaction Feedback

From a UX perspective, the "feel" of the game is where the most room for improvement lies. Feedback suggests that the game lacks "juice"—the satisfying visual and audio feedback that rewards a player's success. Specifically:

  • Lack of Confirmation: There is currently no clear visual indication when a "trak" is sent.
  • State Confusion: Players can still select letters after sending a trak, creating a pointless state that can confuse the user.
  • The Swap Phase: The confirmation process for swapping tiles is seen as an unnecessary friction point.

The AI Controversy: Tool or Creator?

Perhaps the most debated aspect of Wordtrak's development is the heavy reliance on AI (specifically Claude) for coding, art, and even community management. This has sparked a philosophical divide among the Hacker News community.

On one side, users see AI as a "creativity multiplier," allowing developers to fill blind spots and iterate quickly. As one user noted:

"Wonderful example of using AI thoughtfully as a creativity multiplier, rather than diluting the artistry of the end result."

On the other side, some critics argue that if AI handles every stage of the pipeline—from design to code to communication—the human element is lost. One critic questioned the purpose of such projects, asking if the process has become "too lazy" when the AI is the primary driver of the production.

Technical Implementation and Future Growth

Wordtrak is currently available on the web and iOS, with an Android version in development. This has led to technical discussions regarding cross-platform development. Some community members suggested that Kotlin Multiplatform (KMP) would have been a more efficient choice than building separate clients for iOS and Android, given that KMP is now considered production-ready.

Additionally, the community suggested several feature additions to improve retention and onboarding:

  • Practice Mode: A way for users to learn the mechanics without wasting their daily puzzle.
  • Visual Tutorials: Replacing text-heavy tutorials with simple animations to reduce friction for new players.
  • Dictionary Curation: The need to trim the dictionary to prevent nonsensical or offensive words from being accepted as valid plays.

References

HN Stories