StupidAI Class Reference

A sample AI that takes a very suboptimal path. More...

Inheritance diagram for StupidAI:

AIModule

List of all members.

Public Member Functions

List< Point > createPath (final TerrainMap map)
 Creates the path to the goal.


Detailed Description

A sample AI that takes a very suboptimal path.

This is a sample AI that moves as far horizontally as necessary to reach the target, then as far vertically as necessary to reach the target. It is intended primarily as a demonstration of the various pieces of the program.

Author:
Leonid Shamis

Definition at line 14 of file StupidAI.java.


Member Function Documentation

List<Point> StupidAI.createPath ( final TerrainMap  map  ) 

Creates the path to the goal.

Implements AIModule.

Definition at line 17 of file StupidAI.java.


The documentation for this class was generated from the following file:

Generated on Tue Apr 14 13:50:25 2009 for Path Finder by  doxygen 1.5.8