CuAnnan / H5H

0 stars 0 forks source link

Maze backtracking glitch #12

Open CuAnnan opened 8 years ago

CuAnnan commented 8 years ago

When returning to the exit, after exposing the map fully, the party will sometimes skip a cell. I suspect this is something to do with how the backtrack queues are populated and emptied.

Wazaq commented 8 years ago

Observed this one, it looks like it skips when it get's adjacent to the exit. When the party was going back and was diagonal to the exit space, instead of going down then left, it went diagonal, down/left