CG CrazyGamesUpplay · build · explore
Explore
CrazyGamesUp

Pathfinding Grid Generator

Generate obstacle grids and solve them with A* pathfinding using diagonal options, terrain costs, path visualization, grid editing, and JSON export.

Frequently Asked Questions

What does the Pathfinding Grid Generator do?

Generate obstacle grids and solve them with A* pathfinding using diagonal options, terrain costs, path visualization, grid editing, and JSON export.

How does the Pathfinding Grid Generator handle obstacle density, movement rules, and route cost?

It generates a bounded grid, protects start and goal regions, and runs A* with Manhattan or octile distance according to the movement setting.

Can I export results from the Pathfinding Grid Generator?

The downloadable JSON contains the grid, start, goal, path coordinates, explored-node count, movement rules, and path cost.

What should I verify after using the Pathfinding Grid Generator?

The result models a regular grid and does not include agent radius, dynamic obstacles, navmesh links, or animation constraints.

Does the Pathfinding Grid Generator upload my project data?

No. Inputs, calculations, previews, generation, copying, and downloads are processed locally in your browser.