You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// XXX+I,C Some diagonal movements (where any adjacent tile is a ground?) are prohibited on water. For example, one cannot interact with Mermaids after boarding [S] here (Mermaids shifted by one to the left are reachable):
//
// [_][_][ ][ ] _ = ground
// [ ][ ][ ][ ] [ ] = water
// [ ][#][@][#] [#@#] = Mermaids
// [ ][S][H][_] S = ship, H = hero on ground
// [ ][ ][_][_]
//
// A simpler example where ² is only reachable via ¹:
When there are obstacles with angular movement and the squares are of mixed land-water type. Contiguous obstacles must prohibit diagonal movement.
For example on the tutorial map.
2023-04-23.18.29.07.mp4
The text was updated successfully, but these errors were encountered: