Difference between revisions of "LemonDrop"
Jump to navigation
Jump to search
(Created page with '{{Infobox Robot | name = LemonDrop | image = Lemondrop.jpg | caption = Don't underestimate the power. | author = Exauge | ex…') |
m (moved User:Exauge/LemonDrop to LemonDrop: I'ts the robot's name.) |
(No difference)
|
Revision as of 07:20, 2 May 2010
LemonDrop | |
Don't underestimate the power. | |
Author(s) | Exauge |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Random Movement |
Current Version | 1.0.019 |
Code License | RWLPCL |
Download |
Background Information
- Bot Name
- LemonDrop
- Author
- Exauge
- Extends
- AdvancedRobot
- What's so special about it?
- It's my first robot which implements a small, but effective random movement.
- How competitive is it?
- I don't know yet, but it seems to perform fairly well against other top bots I have tested it against.
- Where can I get it?
- Just click the download link to the right.
Strategy
- How does it move?
- [[[Random Movement]]
- How does it fire?
- Pattern Matching
- How does it dodge bullets?
- Random Movement
- How does the melee strategy differ from One-on-one strategy?
- It doesn't. I have not ever tried it with melee, but my guess is it would perform poorly.
- What does it save between rounds and matches?
- A few static variables.
Additional Information
- Where did you get the name?
- It just came to me :P
- Can I use your code?
- Absolutely. It's licensed under RWLPCL.
- What's next for your robot?
- Maybe I'll be able to shrink it some and make it a nanobot. If not, I'll add some more advanced features to use up some more of my code allowance :P
- Does it have any White Whales?
- We'll see. It performs pretty well against the micros I've tested it on but when I tested it on some bigger bots it got annihilated pretty good :P
- What other robot(s) is it based on?
- I used a slightly altered version of Robar's BlackWidow gun.