---
title: "Draughts — Official Rulebook"
version: "0.1.0"
slug: "draughts"
players: "2"
duration: "30 min"
age: "6+"
tagline: "The world's oldest strategy game of diagonal capture"
type: "classic"
status: "live"
updated: "2026-06-09"
published: true
variants: true
---

## Standard Draughts (English)

English Draughts is the base game from which all regional variants derive. Known as "Checkers" in North America, it is played on the dark squares of a standard 8x8 board.

### Components

| Item | Qty | Notes |
|------|-----|-------|
| **Board** | 1 | 8x8 checkered board (64 squares, only 32 dark squares used) |
| **Men** | 24 | 12 per player in two distinct colours |

### Setup

Place the board so each player has a dark corner square on their left. Each player places their 12 men on the dark squares of the three rows closest to them. The two central rows remain empty. The player with darker pieces moves first.

### Movement

- Men move diagonally forward only, one square at a time, to an unoccupied dark square.
- Men cannot move backwards or sideways.

### Capturing

- A man captures by jumping diagonally forward over an adjacent opponent piece to the vacant square beyond. The captured piece is removed from the board.
- Captures are **mandatory**: if a capture is available, it must be taken.
- **Multiple captures**: if after a jump another capture is immediately available, the same piece must continue jumping. A multi-capture sequence must be completed in full.
- If multiple capture options exist on a turn, the player may freely choose which one to take (no majority rule in English Draughts).

### King Promotion

When a man reaches the opponent's back row (the row furthest from where it started), it is promoted to a King. A second piece is placed on top to mark it.

- Kings move diagonally in any direction (forward or backward), one square at a time.
- Kings capture diagonally in any direction by jumping over an adjacent opponent piece.
- If a man reaches the back row during a multi-capture sequence, it is promoted immediately and the sequence ends there (the new King cannot continue capturing on the same turn).

### Winning

A player wins when their opponent has no legal move available. This occurs either because:

- All opponent pieces have been captured, or
- All remaining opponent pieces are completely blocked from moving.

### Draws

The game is a draw when:

- Both players agree to a draw.
- The same position occurs three times with the same player to move.
- 40 consecutive moves pass with no capture and no man reaching the King row.
- Neither player can force a win (e.g. one King vs one King).

### Attribution

English Draughts. Public domain. Rules standardised by the World Draughts Federation (FMJD) and the English Draughts Association.

---

## Variants

| Variant | Board | Key Difference |
|---------|-------|----------------|
| [Turkish Draughts](variants/turkish-draughts/) | 8×8 | Orthogonal movement, majority capture rule |
| [Lasca](variants/lasca/) | 7×7 | Column stacking, pieces never leave the game |
