Difference between revisions of "Gladiator"
m (link fix) |
|||
Line 31: | Line 31: | ||
: http://www.citlink.net/~normanp/robocode/gladiator.html | : http://www.citlink.net/~normanp/robocode/gladiator.html | ||
− | Gladiator is programed in a very structured way. While some of it is ''very'' unstructured way, I did try to code it to the best of my abilities and keep it very maintainable. Gladiator is very much a plug-and-play robot, with classes such as "Targeting", "Movement" and classes that extend those base classes. This created a very flexible and testable robot which is easy to maintain and upgrade with [[Virtual | + | Gladiator is programed in a very structured way. While some of it is ''very'' unstructured way, I did try to code it to the best of my abilities and keep it very maintainable. Gladiator is very much a plug-and-play robot, with classes such as "Targeting", "Movement" and classes that extend those base classes. This created a very flexible and testable robot which is easy to maintain and upgrade with [[Virtual Guns]] and other things. |
== What's Next? == | == What's Next? == |
Revision as of 11:04, 7 July 2008
Gladiator | |
Gladiator | |
Author(s) | KID |
Extends | AdvancedRobot |
Targeting | Virtual Guns : |
Movement | WaveSurfing MinimumRiskMovement |
Released | July 7th, 2005 |
Best Rating | 1v1: 1873.02 (44th) Melee: 1710.39 (6th) |
Current Version | .7.2 |
Code License | None |
Download |
Creation
- Name
- Gladiator - yes, I got the name off the movie...
- Author
- KID
Gladiator is programed in a very structured way. While some of it is very unstructured way, I did try to code it to the best of my abilities and keep it very maintainable. Gladiator is very much a plug-and-play robot, with classes such as "Targeting", "Movement" and classes that extend those base classes. This created a very flexible and testable robot which is easy to maintain and upgrade with Virtual Guns and other things.
What's Next?
Currently, Gladiator is going under a massive overhaul. If you want to know just how massive it truly is, just take a look at the source code. In this effort, everything is being redone and nothing will be overlooked. This as been going on over the summer and continues into the fall and winter. I doubt there will be another version of Gladiator for sometime.