Recon is a live visualization of frontier-based exploration, the technique real mobile robots use to map a space they have never seen. There is no pre-known grid: the robot builds its own map purely from what its simulated sensor sweeps, and every step it has to decide where to look next. Press Start and the fog above peels back cell by cell as the robot works.
A frontier is the boundary between mapped-free space and the unknown: any free cell that still touches an unexplored one. Recon detects those frontiers live, groups the adjacent ones into regions, and scores each region by how large and how close it is. The robot commits to the best region, plans a path to it through space it has already mapped, sweeps, and repeats until nothing unknown is reachable. Because the choice is driven by the map rather than a script, no two seeds explore the same way.