All Packages Class Hierarchy This Package Previous Next Index
Class ch.jp.robwar.ShootDancer
java.lang.Object
|
+----ch.jp.robwar.ShootDancer
- public class ShootDancer
- extends Object
- implements RobotBrain
Turns when a bullet is in the air, and shoots when a robot gets hit
(Used to test the feedback functions)
-
ShootDancer()
-
-
nextMove(Feedback)
- This function is called by the simulation for each time step.
ShootDancer
public ShootDancer()
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