Package de.uni_paderborn.robots.logic

The main parts of the game can be found in this package.

See:
          Description

Class Summary
Arena This is the arena where the robots will fight in their great tournament.
Field the class to build up the structure of the arena
Robot the class for the robot especially all its features
RobotTimer This class is invented to control the individual time of each Robot.
Winner class to create the winner frame
 

Package de.uni_paderborn.robots.logic Description

The main parts of the game can be found in this package. That is, the Arena class managing the game including command exection and card exchangal, or the Field class that make up the arena matrix.