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.
-
Sprinkler2()
-
-
nextMove(Feedback)
- This function is called by the simulation for each time step.
Sprinkler2
public Sprinkler2()
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