All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ch.jp.robwar.Sprinkler2

java.lang.Object
   |
   +----ch.jp.robwar.Sprinkler2

public class Sprinkler2
extends Object
implements RobotBrain
This code is copied from Sprinkler; the only change is that this one fires rockets instead of bullets.


Constructor Index

 o Sprinkler2()

Method Index

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

Constructors

 o Sprinkler2
 public Sprinkler2()

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