A Path Variant of the Explorer Director Game on Graphs

This paper investigates a path-based variant of the Explorer-Director game on graphs, demonstrating that the resulting number of visited vertices can differ arbitrarily from the original distance-based version depending on the graph structure.

Abigail Raz, Paddy Yang

Published Wed, 11 Ma
📖 4 min read🧠 Deep dive

Imagine a game played on a map (a graph) with two players: The Explorer and The Director.

They share a single token (like a game piece) that starts at a specific spot. The goal of the game is to see how many unique locations the token can visit before the game gets stuck in a loop.

Here is how they play:

  1. The Explorer shouts out a number (a distance or a path length).
  2. The Director must move the token to a new spot that matches that number.
  3. The Conflict: The Explorer wants to visit as many new places as possible. The Director wants to keep the token stuck in a small circle of visited places to minimize the total count.

The paper explores two versions of this game and asks: How much does the Director's power change if we change the rules slightly?

The Two Versions of the Game

Version 1: The "Shortest Path" Game (The Classic)
In the original game, when the Explorer says, "Move 5 steps," they mean "Move 5 steps along the shortest route."

  • Analogy: Imagine you are in a city. If you say, "Go 5 blocks," you expect the Director to take the most direct, straight-line route. If there's a shortcut, they must take it.

Version 2: The "Any Path" Game (The New Variant)
In this new version, when the Explorer says, "Move 5 steps," they mean "Move 5 steps along any route, even a winding, scenic one."

  • Analogy: Now, if you say, "Go 5 blocks," the Director can choose a route that goes around the block, through a park, or takes a detour, as long as the total distance is exactly 5. They aren't forced to take the shortcut.

The paper introduces a special notation for the results:

  • fdf_d: The number of places visited in the "Shortest Path" game.
  • fpf_p: The number of places visited in the "Any Path" game.

The Big Discovery

The authors wanted to know: Does giving the Director the freedom to choose winding paths make them stronger (visiting fewer places) or weaker (visiting more places)?

Surprisingly, the answer is: It depends entirely on the shape of the map.

Case A: The "Hypercube" (The Labyrinth)

Imagine a map shaped like a giant, multi-dimensional cube (like a Rubik's cube made of many layers).

  • In the Shortest Path game: The Explorer can force the token to visit a huge number of places (roughly equal to the number of dimensions). The Director is stuck because the "shortest" routes are very rigid.
  • In the Any Path game: The Director becomes a master magician. Because they can choose winding paths, they can easily trick the token into staying in a tiny, 4-room loop forever.
  • The Result: On these maps, the "Any Path" game visits far fewer places than the "Shortest Path" game. The Director's extra freedom is a superpower here.

Case B: The "Cuttlefish" (The Trap)

The authors invented a new family of maps shaped like a cuttlefish (a central ring with two long tentacles sticking out).

  • In the Shortest Path game: The Director can keep the token in a small area.
  • In the Any Path game: The Explorer gets a superpower! By calling out specific "winding" path lengths, the Explorer can force the Director to travel down the long tentacles and visit many more places than before.
  • The Result: On these maps, the "Any Path" game visits far more places than the "Shortest Path" game. Here, the Director's freedom to choose winding paths actually helps the Explorer trap the Director into visiting more ground.

The Takeaway

The paper proves that there is no single rule for how these games behave.

  • Sometimes, allowing the Director to take detours helps them hide (visit fewer places).
  • Sometimes, allowing the Director to take detours helps the Explorer trap them (visit more places).

The authors showed that for any number you can think of (say, 1,000), you can build a map where the difference between the two games is larger than that number. In one game, they might visit 10 spots; in the other, they might visit 1,010 spots.

Why Does This Matter?

This isn't just a math puzzle. It simulates real-world problems, like a robot exploring a network where it doesn't know the "true" direction or where signals might take weird, indirect routes. Understanding when a "detour" helps or hurts a system allows engineers and scientists to design better networks, security protocols, and navigation systems.

In short: The paper shows that in the game of "how far can we go," the rules of the road (shortest vs. any path) completely change who wins, and sometimes the winner is the one you least expect.