Show HN: Linear Chess – Normal Chess, on a 1D board A developer created Linear Chess, a version of standard chess displayed as a single 1D strip of 64 squares while maintaining all normal rules and 8x8 logic. The project, inspired by Hacker News comments arguing chess is technically a 1D game, includes an optional AI opponent and a synced 8x8 preview board for visualization training. Scroll horizontally to see the whole board. Click a piece, then click a square to move. Board loading... White to move Selected: none 8x8 Preview Read-only Settings▶ 72px What is this game?▶ This is standard chess with all normal rules, but displayed as a single 1D strip of 64 squares. Moves are still validated using real 8x8 chess logic, and you can optionally view the synced 8x8 preview board. Why create this?▶ Other than "why not?", comments on Hacker News by traderj0e and highphive, arguing that chess technically is a 1D game, were a direct inspiration. It might also help with blindfold-style board visualization training... or at least that is the theory. I am around 1500 on LiChess, so please treat this as "enthusiastic field research," not grandmaster-certified science. What AI/Chess Engine is used?▶ This uses js-chess-engine in the browser for legal move validation, game-state checks check/checkmate/stalemate , and the optional AI opponent with selectable levels 1-5 from Beginner to Expert.