A collection is not a longer list
A game count makes an easy headline, but a library is not valuable because its shelf is long. Neighboring games should have a relationship people can understand. Gomoku and Connect6 both revolve around making a line, yet balance the first move in very different ways. Kalah and Oware share the sowing family, but capture and scoring create distinct rhythms.
That is why the home page groups games by ways of thinking, while every game also receives its own guide to rules, history, and a first match. A visitor can start immediately or first understand why the game is worth learning.
Rules prose is part of the implementation
In browser-game projects, rules are often left until the end as a manual for software that is already finished. Our experience is the reverse. Only after every boundary is written clearly do we know when capture is compulsory, when repetition is allowed, how a draw is decided, and exactly where the interface must reject an illegal action.
When sources disagree, we call out the difference and state which version the site implements. That prose is not decoration; it points to the same decision as the assertions in the rules tests. A sentence we cannot explain clearly is usually a sign that the code has not settled the question either.
A rule that cannot be explained in ordinary language is rarely easy to implement reliably.
How the next game earns a place
We care more about whether a game adds a missing kind of thought than whether it is already famous. It may have a singular movement system, mix cooperation and opposition in a card game, or carry a regional tradition that still lacks a good online version.
- Can the rules be implemented and explained precisely?
- Can the browser interaction feel clear and natural?
- Can an AI produce a meaningful match on an ordinary device?
- Does the game add a way of thinking the library does not yet contain?
Growing at a deliberate pace
The World at Play will not declare the collection complete at a particular number. Existing games will keep receiving rule corrections, AI tuning, and better small-screen behavior. New games will enter only when they are ready. This journal follows the same approach: preserve the changes, and give a growing library a timeline of its own.