azaraka/src/main/java/cl/cromer/azaraka/ai
Chris Cromer 8f901d8f0a Move heuristic comments into javadoc
Signed-off-by: Chris Cromer <chris@cromer.cl>
2019-10-26 20:27:00 -03:00
..
AI.java Remove sort destinations from AI class 2019-10-26 20:23:31 -03:00
AIException.java Implement A* Search 2019-10-17 12:27:17 -03:00
EnemyAI.java Remove sort destinations from AI class 2019-10-26 20:23:31 -03:00
PlayerAI.java Move heuristic comments into javadoc 2019-10-26 20:27:00 -03:00
PlayerAStarAI.java Remove sort destinations from AI class 2019-10-26 20:23:31 -03:00
PlayerBreadthFirstAI.java If the player location is not known yet during sort, find it. This only happens when the loop has not been run yet. 2019-10-26 19:14:08 -03:00
State.java Implement A* Search 2019-10-17 12:27:17 -03:00
package-info.java Add Breadth-First Search AI 2019-10-07 21:45:39 -03:00