- A random map is generated each time you load or refresh the page.
- Click a cell to toggle it between walkable and not walkable. Neighboring regions will be recolored.
- The script chooses random colors, so there is a possibility that the same color may be used for
distinct regions. This is purely visual, the underlying pathfinding code will still consider the
regions to be distinct.
-
Technique description