---
title: "13×13 Go"
slug: "13x13"
board: "13×13"
players: "2"
parent: go
order: 2
win: Most territory at game end
special: Intermediate board. 169 intersections. Komi 5.5. 30–60 minute games.
engine:
  topology:
    type: grid
    rows: 13
    cols: 13
    layout: intersections
  render:
    ops:
      - op: rect
        fill: cell-light
        scope: board
      - op: rect
        fill: cell-dark
        scope: grid
        rx: 2
      - op: grid-lines
        grouped: true
        order: hv
        color: stroke
        width: 0.8
      - op: markers
        grouped: true
        fill: star-point
        at: [[3,3],[3,9],[6,6],[9,3],[9,9]]
        radius: 3
      - op: hit-targets
        grouped: true
        radiusFactor: 0.45
  players: [black, white]
  setup: ""
  handicaps:
    range: [2, 3, 4, 5]
    positions:
      - "9,3"
      - "3,9"
      - "9,9"
      - "3,3"
      - "6,6"
---

## 13×13 Go

Standard Go rules on a 13×13 grid. The intermediate board bridges the tactical intensity of 9×9 with the strategic depth of 19×19. Games typically last 30–60 minutes. Used in some official tournament categories and widely played online.

{{svg:13x13-board.svg "Go — 13×13 board"}}

### Setup

Same as standard Go. Board starts empty. Black plays first. Komi: 5.5 points for White.

### Rules

All standard Go rules apply without modification. Placement, liberties, capture, ko, and suicide rules are identical.

### Differences from 19×19

- Fewer intersections (169 vs 361) means influence radiates further relative to board size.
- Opening theory is less developed, encouraging creative play.
- Corners and sides are proportionally larger relative to the centre.
- Games are decided more by fighting and reading than by large-scale framework building.

### Attribution

Standard board size recognised by all major Go federations. Public domain.
