Difference between revisions of "RaikoMicro"
Jump to navigation
Jump to search
(migrating from old wiki) |
m (typo in navbox) |
||
Line 1: | Line 1: | ||
{{Navbox small | {{Navbox small | ||
− | | title = | + | | title = Sub-pages |
| page1 = Version History | | page1 = Version History | ||
| page2 = Archived Talk 20090430 | | page2 = Archived Talk 20090430 |
Revision as of 19:55, 30 April 2009
- Sub-pages:
- Version History - Archived Talk 20090430
RaikoMicro | |
Author(s) | Jamougha |
Extends | AdvancedRobot |
Targeting | GuessFactor Targeting |
Movement | Random Movement |
Current Version | 1.44 |
Code License | RWPCL |
Download |
Background Information
- What's special about it?
- It's probably the only microbot with wall-smoothing, adaptive movement and GuessFactor Targeting.
- Great, I want to try it. Where can I download it?
- http://www.robocoderepository.com/BotDetail.jsp?id=1983
- How competitive is it?
- At 2004-02-17:02:50, 1.44 is #1 micro, #2 in mini and #6 overall.
Strategy
- How does it move?
- Same as Raiko 0.3. It circles the other bot. If Math.random() exceeds a certain number then it circles the other way.
- How does it fire?
- It uses GuessFactorTargeting with segmentation on distance, velocity, deceleration, wall approach and time since deceleration.
- How does it dodge bullets?
- It doesn't. It uses anti-head-on movement as in Musashi (is that OK PEZ? :-) ) and stops if you kill it in the first 5 rounds.
- How does the melee strategy differ from one-on-one strategy?
- Don't know. Never tried it in Melee...
- What does it save between rounds and matches?
- The guess factors between rounds. Nothing between matches, the saving code would take up more space than the gun...
Additional Information
- Where did you get the name?
- A Micro version of Raiko.
- Can I use your code?
- It should be in the bot jar, help yourself. Use is under the terms of the RWPCL.
- What's next for your robot?
- I'd like my colors back. :-(
- Does it have any White Whales?
- We'll see.
- What other robot(s) is it based on?
- Raiko. The segmentation was influenced by FloodMini and Aristocles.