This Robocode robot is a port of the robot originally written in .NET to participate in Fairway's Robocode tournament.
Loosely based on the Ogre board game, the code is broken down into two main packages:
- components: The parts that make up the Ogre robot:
- detection: Controls the Ogre's radar and target detection
- movement: Controls the Ogre's movement around the arena
- weaponry: Controls the Ogre's turret and gun
- robots: The robot implementation that extends
RobotorAdvancedRobot