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.


Constructor Index

 o Seeker()

Method Index

 o nextMove(Feedback)
This function is called by the simulation for each time step.

Constructors

 o Seeker
 public Seeker()

Methods

 o 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