Package com.mygdx.game.AI

  • Class Summary
    Class Description
    Node
    A node in the A* pathfinding graph
    NodeHeuristic
    Heuristic function for use in A* pathfinding
    Path
    The path that exists between 2 nodes not bidirectional
    TileMapGraph
    The Graphical representation of the tilemap with each cell being bidirectionally to the adjacent nodes.
  • Enum Summary
    Enum Description
    EnemyState
    State machine used for NPC ships' behaviour