---
title: "Hex — Official Rulebook"
version: "0.1.0"
slug: "hex"
players: "2"
duration: "15–45 min"
age: "8+"
tagline: "Connect your two edges across a diamond of hexagons"
type: "classic"
status: "live"
updated: "2026-07-04"
published: true
variants: true
how_to_play: "Place stones on a rhombus-shaped hex board. First player to form a connected chain linking their two opposite edges wins. A draw is topologically impossible."
mechanics: [abstract-strategy, hex, placement, connection]
complexity: moderate
related: [go, tafl, reversi, gomoku]
theme:
  surface: light
  tint: neutral
  texture: none
  cover: minimal
  typography: classical
  accent: slate
engine:
  topology:
    type: hex
    shape: rhombus
    orientation: pointy
  render:
    cellSize: 20
    cellColor: uniform
    frame: rhombus
    labels: false
  surface:
    colors:
      cell-light: "#e8e8e8"
      cell-dark: "#c0c0c0"
      cell-mid: "#d8d8d8"
      stroke: "rgba(0,0,0,0.3)"
      background: "#f5f5f5"
      border: "#6b4226"
  pieces:
    set: playstrategy-go-classic
    vocabulary:
      b: bS
      w: wS
  players: [black, white]
---

<div class="section">

## Overview

Hex is a two-player connection game played on a rhombus-shaped board of hexagonal cells. Each player is assigned two opposite edges of the board and takes turns placing a stone of their colour on any empty cell. The first player to form a connected chain of their stones linking their two edges wins. A draw is impossible due to the board's topology.

Independently invented by Piet Hein (1942) and John Nash (1948). The game has deep mathematical properties and was one of the earliest games proven to have a first-player winning strategy (by strategy-stealing argument), though no efficient strategy is known.

</div>

<div class="section">

## Variants

- [Y](variants/y-game/) — Triangular hex board. Win by connecting all three edges with a single chain.

</div>

<div class="section">

## Attribution

Hex. Invented independently by Piet Hein (1942, Denmark) and John Nash (1948, Princeton). Public domain. Rules confirmed from Wikipedia and BGG.

</div>
