An interactive browser game called 1d-chess has turned chess into a single-line puzzle, stripping away the conventional board's second dimension while retaining a small set of recognizable pieces and the goal of checkmate. The site lets a visitor play White against a computer opponent and asks whether White can force a win when both sides choose their moves optimally.

The page supplies the complete rules needed to begin. The knight can move exactly two squares forward or backward and may jump over pieces in between. The rook travels in a straight line in either direction. Each side also has a king, and victory comes when the opposing king is under attack and has no legal move that escapes the threat. Those definitions translate familiar chess ideas into a board where every possible move lies on one axis.

Because there are no ranks or diagonals, the position emphasizes distance and ordering. A rook's route can be blocked by another piece occupying the line, while a knight's fixed two-square jump creates threats that do not depend on an unobstructed path. The king must respond to attacks within the same narrow space. These interactions give the small game enough structure to pose a search problem despite its reduced geometry.

The site's challenge is presented through direct play rather than a long explanation. A user selects moves as White and sees the AI answer. The question about optimal play encourages experimentation: a failed attempt may reflect a tactical mistake rather than proof that the initial position is unwinnable. The page hides its answer until the player chooses to reveal it.

For visitors who want the solution, the site provides a forced sequence: N4 N5, N6 K7, R4 K6, R2 K7, R5++. In the page's notation, the moves direct White's knight and rook to numbered positions while Black's knight and king respond. The final double-plus marker identifies the concluding checkmate in the supplied line. The sequence answers the site's central question by showing a route to a White win.

The creator also places the concept in historical context. The page attributes the variant to Martin Gardner's Mathematical Games column in the July 1980 issue of Scientific American and links readers to the column on JSTOR. That reference makes the web game a playable presentation of an older mathematical puzzle rather than a claim to have invented one-dimensional chess.

The result is deliberately small: a rules page, a computer opponent and a solvable tactical challenge. Its interest comes from showing how recognizable chess relationships survive after most of the board has been removed.