Hex
Build a continuous path across the board while blocking your opponent.
Connection Board
Blue connects left → right. Violet connects top → bottom.
How to Play
- Players take turns placing one stone on any empty hexagonal cell.
- Blue tries to create one uninterrupted chain connecting the left edge to the right edge.
- Violet tries to connect the top edge to the bottom edge.
- Placed stones never move and are never captured, so every move permanently changes the geometry of the board.
- The first player whose stones form a connected path between the required edges wins immediately.
Reading the Board
Connections do not have to form a straight line. Neighboring hexes touch in six directions, so diagonal-looking links can still be part of one continuous path. A useful pattern is the bridge: two stones separated in a way that gives you two possible connection points. Because the opponent can usually block only one point at a time, bridges create resilient future paths.
Strategy Tips
- Build flexible connection networks instead of one fragile line.
- Block the opponent when one move would create a decisive connection.
- Central cells often support more possible routes than edge cells.
- Do not judge a position only by stone count; connectivity and future path options matter more.
- On harder difficulty levels, look several moves ahead and create threats that cannot all be answered.
Game-Theory Connection
Hex is a deterministic, perfect-information, two-player zero-sum game. There are no chance events and no hidden cards: both players see the complete state. It is a useful setting for studying strategic planning, adversarial search, blocking, commitment and positional advantage. Because a finished Hex board cannot end in a draw, every completed position favors exactly one player.