PathFinder

io.indigoengine.roguelike.starterkit.utils.PathFinder
See thePathFinder companion object
final case class PathFinder(size: Size, grid: Batch[GridSquare])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def contains(coords: Point): Boolean
def locatePath(dice: Dice, start: Point, end: Point, scoreAmount: GridSquare => Int): Batch[Point]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product