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.


Constructor Index

 o Wimp()

Method Index

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

Constructors

 o Wimp
 public Wimp()

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