Skip to content

Pathfinder#75

Open
dcsdumas wants to merge 1 commit intoGamesRightMeow:mainfrom
dcsdumas:pathfinder
Open

Pathfinder#75
dcsdumas wants to merge 1 commit intoGamesRightMeow:mainfrom
dcsdumas:pathfinder

Conversation

@dcsdumas
Copy link
Copy Markdown

@dcsdumas dcsdumas commented Feb 5, 2026

A* algorithm implemented for path finding.
add require("playdate.pathfinder") to use
playdate.pathfinder.graph:findPath(startNode, goalNode, [heuristicFunction, [findPathToGoalAdjacentNodes]]) Does not implement heuristicFunction or findPathToGoalAdjacentNodes, will fail assertion if used.

A* algorithm implemented for path finding.
add require("playdate.pathfinder") to use
playdate.pathfinder.graph:findPath(startNode, goalNode, [heuristicFunction, [findPathToGoalAdjacentNodes]])
Does not implement heuristicFunction or findPathToGoalAdjacentNodes, will fail assertion if used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant