Package jp.ac.nii.icpc2010.players

Interface Summary
Player Every player class should implement this interface.
 

Class Summary
AbstractPlayer The AbstractPlayer class contains functions for querying the position of the players, details on the playfield and the remaining time per round.
BasePlayer Players may extend this class to receive some additional convenience functions.