Package com.c1games.terminal.algo.pathfinding

  • Class Summary 
    Class Description
    Pathfinder
    This class computes data pertaining to the pathfinding from a particular point on the board, based on the random access representation of the board created by movebuilder.
  • Enum Summary 
    Enum Description
    IllegalPathStart
    A reason why pathfinding from a particular tile is illegal, used by the IllegalPathStart exception.s
  • Exception Summary 
    Exception Description
    IllegalPathStartException