Configure and visualize pathfinding
Click on grid cells to modify
Balance exploration vs exploitation
Higher values prioritize shorter paths, lower values explore more freely.
Higher values focus more on reaching the goal, lower values explore uniformly.
Configure how the pathfinding algorithm handles diagonal movement between grid cells.
4-directional movement only
Diagonal blocked by adjacent walls
Diagonal allowed through corners