← Back to all articles

history · 5 Jan 2026 · 9 min read

How I Traced the History of Jigsaw Puzzles

My sourced account of dissected maps, wooden puzzles, cardboard manufacturing, the Depression-era boom, and the move to screens.

By JPW Games Developer · Updated 25 July 2026

I began with a map cut into pieces

When I looked for the beginning of the jigsaw puzzle, I found an object that was closer to a geography lesson than a modern cardboard box. The Strong National Museum of Play identifies an engraved map of Europe, made around 1766 by London mapmaker John Spilsbury, as the earliest known surviving jigsaw puzzle. Spilsbury mounted a map on thin mahogany and cut it along geographic boundaries.

The object was called a dissected map. The familiar word "jigsaw" arrived much later, after mechanical saws became associated with puzzle manufacture.

I found that early puzzles were educational products

Spilsbury and later makers used dissected maps to teach geography. The format expanded to subjects including history, scripture, and moral lessons. These were hand-made wooden objects, so they were not the inexpensive mass-market pastime I recognise today.

The physical material shaped the experience. A cut along a national border made the piece itself part of the lesson. Modern puzzles usually impose a grid-like family of shapes over a picture; the early map made the subject determine many of the boundaries.

The puzzle moved from wood toward a mass audience

The Strong Museum's historical overview places jigsaw puzzles in the United States by about 1850. For decades, wood remained important, particularly for higher-quality puzzles. Around the start of the twentieth century, manufacturers developed more elaborate cutting and better-known commercial lines.

Parker Brothers introduced its Pastime puzzles in 1908. The period also saw interlocking pieces become more common. Interlocking did more than prevent pieces from sliding: it changed how a partially completed section could be moved and gave solvers stronger confirmation that neighbouring pieces belonged together.

Cardboard changed price and production

Die-cut cardboard allowed manufacturers to produce puzzles more quickly and cheaply than individually cut wooden boards. Cardboard was initially treated by some buyers as inferior, but affordability helped open the activity to a much broader market.

The image also became a commercial surface. Companies could use puzzles as promotions, while publishers could sell scenic, artistic, and topical images to households that might never buy a costly wooden set.

I found a major boom during the Great Depression

The 1930s are central to the popular history of jigsaws. The Strong Museum describes an enormous American puzzle craze during the Depression. Puzzles offered reusable home entertainment at a relatively low price, and manufacturers released new designs frequently. Cardboard production and wide distribution helped the pastime fit the economic moment.

I am careful not to romanticise the Depression itself. The useful historical point is that a cheap, absorbing, repeatable activity found a large audience during severe economic hardship.

Digital jigsaws kept the rule and changed the material

Computer versions removed the wooden or cardboard object but preserved the central operation: divide an image, scramble the parts, and restore their relationships. A digital implementation then had to invent equivalents for physical behaviours.

On a browser board, software decides how a piece is picked up, how it follows a mouse or finger, when it snaps to a target, how zoom works, and what feedback confirms a match. The screen also enables features with no exact cardboard equivalent, including automatic shuffling, timers, hints, adjustable boards, and instant reset.

I do not see digital jigsaws as a replacement for physical puzzles. A cardboard puzzle has texture, shared table space, and pieces that can be handled without a device. A browser puzzle offers fast access, touch input, and no loose pieces to store. They are related formats with different strengths.

Building JPW Games made the continuity clearer to me

In this site's implementation, an image is loaded into an HTML canvas and divided into a grid. Each piece stores its source rectangle from the image and its target position on the board. Drag-and-drop code translates mouse or touch movement into the old action of trying a piece against a location.

The technology is modern, but the visual question is familiar: which fragment completes this part of the picture? That continuity is why a dissected eighteenth-century map belongs in the same story as a jigsaw running in a web browser.

What I could verify, and what remains uncertain

Puzzle histories often repeat a neat "invented in 1760" sentence. I prefer the more precise version supported by the museum: Spilsbury is associated with the earliest known surviving example, dated around 1766. "Earliest surviving" is not identical to proving that no earlier puzzle existed.

That wording is a small example of why I cite institutional collections. Museum objects and archives let me distinguish a documented artefact from a story repeated without a source.

Sources