Difference between revisions of "GlowBlowMelee"
Jump to navigation
Jump to search
(Migrate from the old RoboWiki) |
(Add information) |
||
Line 7: | Line 7: | ||
| released = 2003 | | released = 2003 | ||
| license = closed | | license = closed | ||
+ | | best_rating = #4 Elo (2003) | ||
| download_link = http://robocode-archive.strangeautomata.com/robots/rz.GlowBlowMelee_1.4.jar | | download_link = http://robocode-archive.strangeautomata.com/robots/rz.GlowBlowMelee_1.4.jar | ||
| isOpenSource = no | | isOpenSource = no | ||
Line 16: | Line 17: | ||
; What's special about it? | ; What's special about it? | ||
: It is a [[melee]] [[MiniBot]] that still performs well, despite not being updated since 2003. | : It is a [[melee]] [[MiniBot]] that still performs well, despite not being updated since 2003. | ||
+ | |||
+ | : In the very old days of Robocode, [[oldwiki:RoboRumble/Rankings meleerumble 20031228|it ranked at #4]] in the general (!) melee rumble. Even now, it's still in the top 20. | ||
; How competitive is it? | ; How competitive is it? |
Latest revision as of 09:25, 25 September 2017
GlowBlowMelee | |
Author(s) | rozu |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Anti-Gravity Movement |
Released | 2003 |
Best Rating | #4 Elo (2003) |
Current Version | 1.4 |
Code License | closed |
Download |
Background Information
- What's special about it?
- It is a melee MiniBot that still performs well, despite not being updated since 2003.
- In the very old days of Robocode, it ranked at #4 in the general (!) melee rumble. Even now, it's still in the top 20.
- How competitive is it?
- MiniMeleeRumble ‒ APS: 68.02% (2nd), PL: 191-1 (2nd), Survival: 33.07%
Strategy
- How does it move?
- It uses Anti-Gravity Movement, with predefined "mass" points around its current position, in the battlefield center, and in the corners.
- How does it fire?
- Its Pattern Matching gun was taken from GlowBlow.
- How does it dodge bullets?
- It tries to keep moving continuously and stay away from its previous locations.
- How does the melee strategy differ from One-on-one strategy?
- There is no difference.
- How does it select a target to attack/avoid in melee?
- It attacks the closest enemy.
- What does it save between rounds and matches?
- Between rounds, it saves pattern matching data (heading change and velocity). Between matches, nothing.
Additional Information
- Where did you get the name?
- The first thing it had were glowing colors. And in its tests it would blow up many enemies.
- Can I use your code?
- Currently not. But the code can be decompiled very easily.
- What's next for your robot?
- Better rumble ranking and better 1v1 performance.
- Does it have any White Whales?
- It hasn't been tested against many bots in 1v1.
- What other robot(s) is it based on?
- GlowBlow for its gun and general structure.