module

GSF::Path

Class methods

collides?(tiles : Tiles, row : Int32, col : Int32) : Bool
Source
distance_score(a : Cell, b : Cell) : Int32
Source
find(entity : Cell, target : Cell, tiles : Tiles) : Cells | Nil

uses A* path finding algorithm entity size must be <= tile cell size

Source

Nested types