About Truchet Tiles
Truchet tiles were described by French Dominican friar Sébastien Truchet in 1704. Each tile is a square decorated with a quarter-circle arc connecting the midpoints of two adjacent sides. The tile can be placed in two orientations — call them A and B — and when a grid of tiles is filled randomly with 50/50 probability for each orientation, the arcs connect seamlessly at cell edges, forming winding paths and enclosed loops.
The key insight is that the patterns that emerge from this random process are far more structured than pure noise. Long labyrinthine paths trace across the canvas; closed loops of varying sizes appear; local density fluctuations create apparent spirals and eddies. This is emergence in its purest form: global order from local randomness. The mathematical study of these connectivity properties connects Truchet tiles to percolation theory, one of the central problems in statistical physics.
This simulation implements four tile variants: classic quarter-circle arcs (the original Truchet), diagonal line tiles, Smith 4-orientation tiles (each arc anchored at a different corner), and triangle fill tiles. Adjust grid size from 5 to 60, change line width, pick a colour theme, and click Regenerate to explore a new pattern — or click directly on the canvas.
Frequently Asked Questions
What are Truchet tiles?
Truchet tiles are square tiles decorated with arc segments that can be placed in two orientations. Invented by French Dominican friar Sébastien Truchet in 1704, each tile carries a quarter-circle arc in one corner. When tiles are arranged randomly, the arcs connect seamlessly at cell edges, producing labyrinthine paths, enclosed loops, and organic-looking patterns.
How do emergent patterns form from random tile placement?
Each cell is assigned one of two orientations independently and at random (50/50). Even though every tile is identical and placement is random, the arcs connect at cell edges in ways that generate long winding paths and closed loops. This is emergence: global structure (labyrinths, spirals) arises from purely local rules with no coordination between tiles.
What is the difference between classic Truchet and Smith tiles?
Classic Truchet tiles use a single quarter-circle arc placed in one of two diagonal orientations, creating connected curves. Smith tiles (named after Cyril Smith who rediscovered them in 1987) extend the concept to four orientations — each tile has one arc anchored at a different corner. This produces more varied connectivity and denser pattern variety.
How many unique Truchet patterns exist for an N×M grid?
For a grid with N×M cells, each with 2 possible orientations, there are 2^(N×M) distinct configurations. A 20×20 grid has 2^400 ≈ 10^120 possibilities — far more than atoms in the observable universe — meaning every click of 'Regenerate' almost certainly produces a pattern never seen before.
Are the curves in Truchet patterns truly random?
Each tile orientation is chosen independently with equal probability, so the grid is statistically random. However the visual result is not random-looking: the arc curves create correlated structures (loops and paths) that our brains perceive as organic flow. This is a classic example of how local randomness produces globally structured patterns.
What is tiling theory in mathematics?
Tiling theory (tessellation mathematics) studies how shapes can cover a plane without gaps or overlaps. It connects to group theory (symmetry groups), combinatorics (counting arrangements), topology (properties of loops and paths), and statistical physics (percolation theory). Truchet tiles are a simple but rich tiling system studied in all these contexts.
What is percolation and how does it relate to Truchet tiles?
Percolation theory asks: at what density of open connections does a path span the whole lattice? In Truchet tiles, the arcs form a random graph of connected curves. Whether a curve spans the entire grid depends on grid size and orientation probability. At 50/50 random placement, the system sits near a percolation threshold, explaining why both isolated loops and spanning paths appear simultaneously.
Can I use Truchet tiles in real design or architecture?
Yes — Truchet-inspired designs appear in Islamic geometric art, Victorian floor tiles, modern textile prints, and architectural facades. The method of using identical tiles in different orientations is widely used in procedural content generation for games and digital art, where a small tile set produces endlessly varied environments.
What are multi-color Truchet tile variants?
Multi-color variants assign different colours to the two arcs within each tile, or colour the background regions between arcs. When adjacent tiles share the same arc colour at their shared edge, connected coloured regions emerge. Different colouring rules reveal different topological features — some colour the loops, others highlight the paths between them.
How does grid size affect Truchet patterns?
Smaller grids (5–10 cells) show short paths and small loops where individual tile choices are visible. Larger grids (30–60 cells) reveal long winding labyrinths and statistical averages that smooth out individual randomness. Very large grids approach statistical limits predicted by percolation theory, with characteristic loop-length distributions following power laws.