Cheese with Holes (Emmental) - Developing
Cheese with Holes (Emmental) - Developing
Useful note with basic structure, but still has holes to fill.
Click the cheese icon to learn more

Pathfinding in the Gold Mine

Author: guiferviz Created: Last Modified:

It does not really matter whether we call them caves, mazes, or mines. As long as there are paths, dead ends, and hidden corners to get lost in, there is room for adventure.

In this project, we will use a fictional gold mine as a shared setting to explore different pathfinding problems and the algorithms behind them.

We will start with the foundations: how to represent the map in a structure that can later support search and navigation. From there, we will move to the classic problem of finding the shortest path between two points, and then gradually add more difficulty, with moving enemies and even the challenge of finding the longest possible escape route.

  1. Representing a Gold Mine
  2. The Shortest Path Out of the Mine
  3. Escaping the Monster in the Mine
  4. Escaping with the Most Gold

Note Connections

© 2026 Cheese 🧀 Bytes