module GSF::Path
Defined in:
gsf/path.crClass Method Summary
- .collides?(tiles : Tiles, row : Int32, col : Int32) : Bool
- .distance_score(a : Cell, b : Cell) : Int32
-
.find(entity : Cell, target : Cell, tiles : Tiles) : Cells | Nil
uses A* path finding algorithm entity size must be <= tile cell size