Difference between revisions of "One on One"
Jump to navigation
Jump to search
m (1-vs-1 moved to One on One: This is the reason: http://robowiki.net?OneOnOne) |
m (Minor edit.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
− | Bots categorized as | + | Bots categorized as '''One on One''' are specifically designed for fights against only one other robot. |
+ | |||
+ | Field sizes vary per contest, but usually the default of 800x600 is used. | ||
+ | |||
+ | == Characteristics == | ||
+ | * Tend to have simpler [[radar]] | ||
+ | * Can scan the enemy every turn | ||
+ | * Almost always try to move perpendicular to their opponent | ||
+ | * Have complete control of their [[Movement]] profile | ||
+ | * Simpler enemy data management code, as they need to keep track of only one opponent | ||
+ | * Usually the first bots that people write | ||
+ | * Often more advanced than [[Melee]] bots | ||
+ | |||
+ | == See Also == | ||
+ | * [[:Category:1-vs-1 Bots]] | ||
+ | * [[DrussGT]] | ||
+ | * [[Dookious]] | ||
+ | * [[CassiusClay]] | ||
+ | * [[Shadow]] | ||
+ | * [[SandboxDT]] |
Latest revision as of 13:59, 9 March 2013
This article is a stub. You can help RoboWiki by expanding it. |
Bots categorized as One on One are specifically designed for fights against only one other robot.
Field sizes vary per contest, but usually the default of 800x600 is used.
Characteristics
- Tend to have simpler radar
- Can scan the enemy every turn
- Almost always try to move perpendicular to their opponent
- Have complete control of their Movement profile
- Simpler enemy data management code, as they need to keep track of only one opponent
- Usually the first bots that people write
- Often more advanced than Melee bots