jp.ac.nii.icpc2010.players
Interface Player

All Known Implementing Classes:
AbstractPlayer, BasePlayer

public interface Player

Every player class should implement this interface.


Method Summary
 FieldDirection getInput()
          Returns which direction the player wants to move in this turn.
 

Method Detail

getInput

FieldDirection getInput()
Returns which direction the player wants to move in this turn. called from framework in every turn.

Returns:
direction to move