Infinite Chess

果てなき盤 — 端のないチェス盤 The Boundless Board — chess with no edges
AIの強さ:AI strength:
白の番です
盤は上下左右に果てしなく続きます。矢印でビューを移動、●で自分の駒の中心に戻れます。駒はいつも通りに動きますが、盤の端に遮られることはありません(実装上、1手のスライド距離は40マスまでとしています)。
The board extends endlessly in every direction. Use the arrows to pan the view, or ● to recenter on your own pieces. Pieces move exactly as in ordinary chess, just never stopped by a board edge (slides are capped at 40 squares for practical reasons).
無限チェスは数学者たちが研究する、盤に果てがないチェスです。駒の動き自体は通常のチェスと同じですが、盤の端で止められることがないため、ルークやクイーンは理論上どこまでも走れます(実装上は1手40マスに制限)。初期配置は通常のチェスと同じなので、序盤はほぼ普通のチェスのように進みますが、駒が盤の外へ逃げ込むといった無限盤ならではの展開も可能です。

簡易化: チェック・チェックメイトの概念は省略し、王を直接捕獲した時点で即決着とします。キャスリング・アンパッサンも省略しています。
Infinite Chess is the boardless variant studied by mathematicians — same piece movements as ordinary chess, but with no edge to stop a rook or queen's slide (here capped at 40 squares per move for practicality). The starting position is the ordinary chess array, so early play feels much like a normal game, but pieces are free to run out into open territory in ways a bounded board never allows.

Simplifications: check and checkmate are not enforced — capturing the king directly ends the game on the spot. Castling and en passant are omitted.