> For the complete documentation index, see [llms.txt](https://piraterush.gitbook.io/piraterush/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://piraterush.gitbook.io/piraterush/future-games/checkers.md).

# Checkers

Ahoy there, me mateys! Get yer checkers board ready for a game of skill and strategy. Checkers be played on an 8x8 board with 12 pieces for each player. The player with the darker coloured piece goes first and the game is played on the dark squares of the three rows closest to the player's side.

Ye can slide yer piece one square diagonally to an adjacent unoccupied dark square. But be warned, ye can only move forward until ye reach the opposite end of the board, when ye are crowned and may move both backward and forward. Kings, me hearties, can move in any diagonal direction.

A jump is a move from a square diagonally adjacent to an opponent's piece to an empty square immediately beyond it, in the same line, jumping over the square containing the opponent's piece. Uncrowned pieces may jump only diagonally forward, but kings may jump in any diagonal direction. If ye have the option to jump, ye must take it, even if it results in a disadvantage for ye.

Multiple jumps be possible, me hearties! If after one jump, another piece is immediately eligible to be jumped, even if that jump is in a different diagonal direction. Ye must make all available jumps in the sequence chosen, but the jumping sequence chosen is not required to be the one which maximizes the number of jumps in the move turn.

If a player's piece moves into the kings grid-x on the opposing player's side of the board, that piece is said to be kinged, becoming a king and gaining the ability to move both forward and backward. If a player's piece jumps into the kings grid-x, the current move terminates, and the piece cannot continue jumping back out until the next move.

The winner be the player who captures all of the opponent's pieces or leaves the opponent with no legal move. The game ends in a draw if neither side can force a win, or by agreement (one side offering a draw, the other accepting). Arrr, be ye ready to outsmart yer opponent and claim the victory in the great game of Checkers?


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://piraterush.gitbook.io/piraterush/future-games/checkers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
