Back to all concepts

Three-dimensional Go

Brief

Three-dimensional Go is a volumetric evolution of Go-like territory systems where gameplay unfolds in stacked, deformable space rather than a flat grid. The board becomes a 3D terrain of columns, modular structures, and multi-plane layers in which height, visibility, and occlusion replace adjacency as the primary logic of control. Influence propagates through line-of-sight and shadowed geometry, and the board itself can be physically reshaped during play.

WHY THIS MATTERS

Three-dimensional Go reframes a classical perfect-information grid game into a spatial reasoning system grounded in physics-like constraints and perception-dependent information.

It matters because it:

  • Replaces static topology with mutable volumetric terrain
  • Converts local adjacency into global visibility networks
  • Introduces information asymmetry through occlusion and perspective
  • Turns “board state” into a physical architecture of influence
  • Enables hybrid systems where geometry, lighting, and material structure become rule engines

The result is not just a more complex Go variant, but a different class of system: a spatial computation medium where strategy is inseparable from perception and environment.

Deep synthesis

Operating Logic

1. Volumetric Board Construction

The board is no longer a flat grid but a heightfield or layered spatial scaffold:

  • stacks form towers
  • terrain pieces introduce non-uniform geometry
  • play can extend into walls, shelves, or multi-plane assemblies

Each move modifies not only ownership but the geometry of future possibility space.

2. Height as a strategic engine

Height is not cosmetic; it is a functional state variable:

  • taller stacks block line-of-sight
  • elevated structures extend influence reach
  • verticality creates both power and exposure tradeoffs

This creates tension between:

  • building dominance (height)
  • preserving visibility (not over-blocking oneself)

3. Visibility replaces adjacency

Traditional Go uses neighborhood connectivity; 3D Go replaces or augments this with:

  • ray-cast visibility graphs
  • occlusion-dependent reachability
  • directional influence corridors

A stone “connects” not because it is adjacent, but because it is mutually visible through spatial structure.

4. Light and shadow as rule fields

Lighting becomes a dynamic topology generator:

  • illuminated regions may be active, scorable, or influence-enabled
  • shadowed zones become hidden, dampened, or probabilistic

Shadow is not absence of light but a distinct state layer affecting legality, certainty, or control.

5. Modular terrain mutation

The board itself is editable during play:

  • inserts change local geometry
  • macro-blocks reshape regions (“battleship” structures)
  • terrain modifications rewire visibility networks mid-game

This makes the game a co-evolving spatial system rather than a fixed puzzle.

6. Multi-plane interaction

Multiple layers or stacked boards introduce:

  • cross-plane movement
  • vertical transitions
  • layered territories that overlap in projection but differ in structure

The result is a true volumetric strategy space rather than a 2D projection.

7. Perception-dependent state

Different viewpoints produce different “truths”:

  • occlusion hides information from some perspectives
  • elevation changes what can be inferred
  • the same board can yield different strategic interpretations

Strategy becomes partially about where you are allowed to perceive from.

Pattern Language

structural adjacency graph (baseline legality).

A tall stack blocks a critical line-of-sight corridor, isolating an opponent’s hidden group.

Boundary Conditions

Key boundaries include Rule complexity collapse, too many interacting systems (height + light + shadow + physics), Evaluation difficulty, and state becomes hard to read or analyze computationally or humanly.

Patterns

Hybrid graph architecture

Maintain both:

  • structural adjacency graph (baseline legality)
  • visibility graph (primary influence system)

Height-as-dual variable system

Each stack encodes:

  • power (influence projection)
  • obstruction (blocking capacity)

Design tension emerges from balancing both roles.

Occlusion-first rule evaluation

Instead of checking neighbors:

  • cast visibility rays
  • evaluate influence through obstruction layers
  • resolve legality based on line-of-sight constraints

Dynamic light-field simulation

Lighting is treated as:

  • a moving rule operator
  • a recomputed field over the board state
  • a temporal modifier of territory definitions

Physical rule encoding

In physical versions:

  • geometry encodes constraints (ramps, pillars, overhangs)
  • board shape partially determines gameplay possibilities
  • rule system is partially “compiled” into material form

Shadow as probabilistic information layer

Rather than binary hidden/revealed:

  • shadow introduces uncertainty gradients
  • influence may be partial or attenuated
  • hidden structures can still affect local dynamics

Multi-perspective rendering system

Game state is interpreted differently depending on viewpoint:

  • filtered visibility subsets
  • semantic re-labeling of patterns
  • asymmetric information states between players

EXAMPLES AND SCENARIOS

  • A tall stack blocks a critical line-of-sight corridor, isolating an opponent’s hidden group.
  • Rotating light sources reconfigure which regions are active each turn.
  • A player sacrifices vertical dominance to open a long-distance visibility strike.
  • A 3D printed ridge forces natural clustering into defensive tower formations.
  • Two players interpret the same board differently due to viewpoint occlusion.
  • A modular terrain insert instantly rewires adjacency into a new visibility topology.

Primitives

The system is built from a small set of interacting volumetric primitives:

  • Cell (x, y, z)

A volumetric occupancy unit; holds stack height, structure, or stone presence.

  • Column / Stack

Vertical aggregation of stones or modules. Encodes:

  • dominance
  • visibility range
  • occlusion capacity
  • vulnerability exposure depending on height relationships
  • Line-of-sight ray

Directed visibility connection replacing adjacency. Blocked by:

  • sufficient height
  • terrain geometry
  • macro-objects (“battleships” or modular blockers)
  • Shadow field

Derived state where regions are partially or fully hidden. Functions as:

  • information suppression layer
  • altered influence zone
  • conditional territory modifier
  • Light source (static or dynamic)

A rule operator projecting visibility geometry; may rotate or shift, dynamically changing active board topology.

  • Terrain module (3D printed or modular geometry)

Physical or structural component that:

  • constrains movement
  • biases stacking behavior
  • reshapes visibility networks
  • Perspective state

Player-dependent view of the same board. Information is not globally uniform.

  • Connectivity graph (hybrid)

Combines:

  • adjacency graph (local structure)
  • visibility graph (occlusion-based reachability)

HOW THE CONCEPT WORKS

1. Volumetric Board Construction

The board is no longer a flat grid but a heightfield or layered spatial scaffold:

  • stacks form towers
  • terrain pieces introduce non-uniform geometry
  • play can extend into walls, shelves, or multi-plane assemblies

Each move modifies not only ownership but the geometry of future possibility space.

2. Height as a strategic engine

Height is not cosmetic; it is a functional state variable:

  • taller stacks block line-of-sight
  • elevated structures extend influence reach
  • verticality creates both power and exposure tradeoffs

This creates tension between:

  • building dominance (height)
  • preserving visibility (not over-blocking oneself)

3. Visibility replaces adjacency

Traditional Go uses neighborhood connectivity; 3D Go replaces or augments this with:

  • ray-cast visibility graphs
  • occlusion-dependent reachability
  • directional influence corridors

A stone “connects” not because it is adjacent, but because it is mutually visible through spatial structure.

4. Light and shadow as rule fields

Lighting becomes a dynamic topology generator:

  • illuminated regions may be active, scorable, or influence-enabled
  • shadowed zones become hidden, dampened, or probabilistic

Shadow is not absence of light but a distinct state layer affecting legality, certainty, or control.

5. Modular terrain mutation

The board itself is editable during play:

  • inserts change local geometry
  • macro-blocks reshape regions (“battleship” structures)
  • terrain modifications rewire visibility networks mid-game

This makes the game a co-evolving spatial system rather than a fixed puzzle.

6. Multi-plane interaction

Multiple layers or stacked boards introduce:

  • cross-plane movement
  • vertical transitions
  • layered territories that overlap in projection but differ in structure

The result is a true volumetric strategy space rather than a 2D projection.

7. Perception-dependent state

Different viewpoints produce different “truths”:

  • occlusion hides information from some perspectives
  • elevation changes what can be inferred
  • the same board can yield different strategic interpretations

Strategy becomes partially about where you are allowed to perceive from.

Product and business

  • Physical 3D Go platforms
  • modular terrain boards with interchangeable geometry
  • competitive or educational spatial strategy systems
  • AR/VR volumetric Go engines
  • real-time visibility graph computation
  • dynamic shadow-field rendering
  • Spatial reasoning training tools
  • cognitive training for geometry, architecture, or strategy fields
  • Generative board systems
  • procedurally generated terrain that produces novel game variants
  • Architecture-as-game interfaces
  • rooms or installations where spatial structure is playable
  • Hybrid AI strategy environments
  • AI opponent uses visibility + occlusion reasoning instead of grid heuristics

Research directions

  • Formal models of 3D visibility graphs in board games
  • Shadow-field mechanics as information theory systems
  • Volumetric Go as a hybrid graph + geometry computation system
  • Physical-digital rule encoding via 3D printed topology
  • Multi-perspective game theory (non-omniscient perfect-information systems)
  • Emergent strategy in dynamic spatial constraint environments
  • Light-field driven rule systems and temporal topology shifts

Risks and contradictions

  • Rule complexity collapse
  • too many interacting systems (height + light + shadow + physics)
  • Evaluation difficulty
  • state becomes hard to read or analyze computationally or humanly
  • Balance instability
  • height stacking may dominate or trivialize strategy if not bounded
  • Physical-digital mismatch
  • divergence between real-world geometry and formal rule system
  • Ambiguous win conditions
  • volumetric territory definitions are harder to formalize than planar capture
  • Perspective asymmetry overload
  • excessive hidden information may reduce strategic legibility
  • Open questions
  • What is the formal definition of “territory” in 3D visibility space?
  • How should capture resolve under partial occlusion?
  • Can shadow fields be made mathematically stable rather than purely heuristic?
  • What is the minimal rule set that still produces emergent volumetric Go behavior?

Worldbuilding

  • Entire buildings designed as persistent Go-like territorial arenas
  • Cities where districts function as multi-layered strategic boards
  • Surveillance-light systems where shadow zones become contested data territories
  • AI-mediated games where prediction overlays alter perceived board reality
  • Players navigating physical spaces to gain information advantage via perspective control
  • “Battleship” macro-structures moving through urban-scale boards as territorial actors

EXAMPLES AND SCENARIOS

  • A tall stack blocks a critical line-of-sight corridor, isolating an opponent’s hidden group.
  • Rotating light sources reconfigure which regions are active each turn.
  • A player sacrifices vertical dominance to open a long-distance visibility strike.
  • A 3D printed ridge forces natural clustering into defensive tower formations.
  • Two players interpret the same board differently due to viewpoint occlusion.
  • A modular terrain insert instantly rewires adjacency into a new visibility topology.