module DiagonalMovement
Constants to set diagonal movements.
Constants
- ALWAYS
Always accept diagonal movements.
- IF_AT_MOST_ONE_OBSTACLE
Accept a diagonal movement if there is at most one obstacle.
- NEVER
Never accept diagonal movements.
- ONLY_WHEN_NO_OBSTACLE
Accept a diagonal movement only when there is no obstacle.