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)


Constructor Index

 o ShootDancer()

Method Index

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

Constructors

 o ShootDancer
 public ShootDancer()

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