Huarong Dao as a State-Space Puzzle

Huarong Dao is a sliding-block puzzle with a story on its surface and a search problem underneath.

The board is compact. The pieces are unequal. One large square block represents Cao Cao, five rectangular blocks represent generals, and four small square blocks represent soldiers. The goal is to move the large block to the exit at the bottom of the board.

That is the playable story. The mathematical idea is that every legal board layout can be treated as a state.

Try the Idea

Imagine freezing the board after every legal move. Each frozen position is one state. If a move can take you from one state to another, draw a link between them. The whole puzzle becomes a graph.

A solution is no longer just "move pieces around until it works." It is a path through that graph.

Open the Huarong Dao puzzle hub for the first board preview.

What the Puzzle Is

The source chapter describes Huarong Dao as a sliding-block puzzle. In Western terminology, this class of puzzle is often called a sliding block puzzle or sliding piece puzzle.

The Chinese theme comes from the Huarong Dao episode in Romance of the Three Kingdoms, where Cao Cao escapes after the Battle of Red Cliffs. The source also points out that the game layout is not a literal historical diagram. It is a puzzle system wrapped in a story frame.

That distinction matters for public presentation. Huarong Dao should not be treated as a direct reconstruction of the novel scene. It is a sliding-block puzzle that uses familiar names and a dramatic escape goal.

The Mathematics Hidden Inside

The board looks small, but the possible paths grow quickly.

The source discusses the famous Heng Dao Li Ma layout and compares different solutions. One route associated with Xu Chunfang uses 100 moves. Another route, often called the Martin Gardner solution in popular discussion but attributed in the source to Thomas B. Lemann, is treated as an 81-step solution in its common form. With the source's adjusted start and end positions, the comparison becomes 84 steps.

The point is not only the exact number. The point is that different routes through the same state space can have different costs.

That is why Huarong Dao belongs naturally beside graph search, shortest paths, and optimization.

Historical Note

The source is unusually cautious about Huarong Dao's origin. It questions the common claim that the toy itself is one of China's oldest puzzles. The chapter notes that the Three Kingdoms story is old, but the toy's documented history appears much more recent.

It also compares Huarong Dao with international sliding-block puzzle history, including the Fifteen Puzzle, Pennant Puzzle, and Red Donkey. The author suggests that Huarong Dao may be a localized form within that broader sliding-block puzzle lineage.

For this archive, the safest wording is this: Huarong Dao is a Chinese sliding-block puzzle with a Three Kingdoms story frame, but its exact toy history should be presented cautiously.

Why It Still Matters

Huarong Dao is useful because it makes algorithmic thinking visible. A person can play it by trial and error. A solver can model states, legal moves, and paths. A researcher can compare layouts, move counts, and networks of solutions.

That makes it a strong bridge between historical puzzle culture and modern computational thinking.

Source Note

This article is adapted from Chinese source material in the Eastern Puzzle Archive content pipeline, especially the chapter on Huarong Dao, source pages 205-289. It has been translated, edited, and rewritten for English readers, with algorithmic framing added for clarity.

Related

Correction

If you notice a factual, translation, attribution, or mathematical issue, contact hello@easternpuzzle.com.