📹 Playback Controls

Step 1 of 0

A* Search

Configure and visualize pathfinding

🏗️ Grid Setup & Weight Settings

Cell Editing Mode

Click on grid cells to modify

Inactive

A* Weight Control

Balance exploration vs exploitation

1Standard
0 (Ignore cost)5 (Balanced)10 (Cost priority)

Higher values prioritize shorter paths, lower values explore more freely.

1Standard
0 (No guidance)5 (Balanced)10 (Goal focused)

Higher values focus more on reaching the goal, lower values explore uniformly.

⚙️ Algorithm Settings

Diagonal Movement

Configure how the pathfinding algorithm handles diagonal movement between grid cells.

4-directional movement only

Diagonal blocked by adjacent walls

Diagonal allowed through corners

1.41×√2 (Euclidean)

Higher values make diagonal movement more expensive, encouraging more orthogonal paths.