Difference between revisions of "Kirbyi"
Jump to navigation
Jump to search
(new bot description - Kirbyi) |
|||
Line 5: | Line 5: | ||
| bgcolour = red | | bgcolour = red | ||
| name = Kirbyi | | name = Kirbyi | ||
− | | image = | + | | image = Trithemis_kirbyi_tn.jpg |
| caption = Trithemis Kirbyi | | caption = Trithemis Kirbyi | ||
| author = [[User:Robar]] | | author = [[User:Robar]] |
Latest revision as of 19:18, 15 December 2008
Background Information
Kirbyi | |
Trithemis Kirbyi | |
Author(s) | User:Robar |
Targeting | SymbolicPatternMatching |
Movement | Mosquito + Random |
Released | October, 2008 |
Current Version | 1.0 |
Code License | RWPCL |
Download |
- Bot Name
- Kirbyi
- Author
- User:Robar
- Extends
- AdvancedRobot
- What's special about it?
- It's my first MicroBot
- Great, I want to try it. Where can I download it?
- See infobox.
- How competitive is it?
- Quite. Top 30 micro and top 200 overall bot.
Strategy
- How does it fire?
- SymbolicPatternMatching based on velocity (due to random movement) and with search depth of 60.
- How does it dodge bullets?
- Mosquito's movement reacts exactly when a hostile bullet fired.
- How does the melee strategy differ from One-on-one strategy?
- It's only a one-on-one bot.
- What does it save between rounds and matches?
- Between rounds it saves lateral velocity for the Pattern Matching (and everything else, too, because static variables cost less codesize :P), between matches nothing.
Additional Information
- Where did you get the name?
- Another nice insect. :)
- Can I use your code?
- RWPCL
- What's next for your robot?
- GuessFactor targeting, squeezing, improving movement.
- Does it have any White Whales?
- I don't think so, but top 30 micros are being tested toughly. ;)
- What other robot(s) is it based on?
- Assertive's gun with some improvements.