All Packages Class Hierarchy This Package Previous Next Index
Class ch.jp.robwar.Wimp
java.lang.Object
|
+----ch.jp.robwar.Wimp
- public class Wimp
- extends Object
- implements RobotBrain
This class shows a sample robot brain that goes bounces off
walls and stops moving when the other robots cannot shoot him.
-
Wimp()
-
-
nextMove(Feedback)
- This function is called by the simulation for each time step.
Wimp
public Wimp()
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