All Packages Class Hierarchy This Package Previous Next Index
Class ch.jp.robwar.Seeker
java.lang.Object
|
+----ch.jp.robwar.Seeker
- public class Seeker
- extends Object
- implements RobotBrain
Seeker is an extension of Sprinkler. It will seek out the other
robot and relentlessy shoot at it.
-
Seeker()
-
-
nextMove(Feedback)
- This function is called by the simulation for each time step.
Seeker
public Seeker()
nextMove
public Instructions nextMove(Feedback senses)
- This function is called by the simulation for each time step.
It returns the orders that the robot brain gives to the robot body.
All Packages Class Hierarchy This Package Previous Next Index