# What makes a short basketball guessing game replayable? A browser sports puzzle has only a few seconds to explain itself. The best opening screen gives one clear task, lets the player make a meaningful guess immediately, and saves detailed feedback for after that first action. While working on small daily sports games, I found that basketball works especially well when the clues move from broad to specific: league or era first, then team context, position, and individual statistics. That progression gives casual fans a route into the puzzle without removing the challenge for people who know the rosters well. The public experiments are collected at [Wordle Cup](https://wordlecup.today/). The useful design test is not simply whether a player can solve one round. It is whether the result screen makes the reasoning visible enough that the player wants to return tomorrow or compare a route with a friend. My current checklist is short: one-sentence rules, fast first input, no interruption during play, useful feedback after every guess, and a final state that can be shared without revealing the answer.