Package uk.org.redfelineninja.risk.robot

Class Summary
GameState This class stores all information about the game state for interagation by the robot.
Move This class represents the choices that the robot wishes to make.
RandomRobot This is currently a random legal mover.
Robot This is the superclass from which all robot players should be derived.
SimpleRobot This is a simple example robot showing how to write vector players for the Risk Arena.