OlympusTwins
Revision as of 02:43, 2 October 2013 by BeastBots101 (talk | contribs) (Created page with "{{Infobox Robot | author = BeastBots | extends = TeamRobot | targeting = Circular Targeting | move...")
OlympusTwins | |
Author(s) | BeastBots |
Extends | TeamRobot |
Targeting | Circular Targeting |
Movement | Random |
Current Version | 1.1 |
[Robocode repository download Download] |
Background Information
- What's special about it?
- It's a Twinduel team that I did in replacement of EagleTwins because of code size.
- How competitive is it?
- As of October 1st 2013, it's not in the rumble yet. But it got 70% on EagleTwins with 900 less bytes used. It also got about 70% on TwoProphets, a bottom team. But it only got 45% on LunarTwins. Maybe thats okay because the LunarTwins APS is around 70 meaning the average bot scored about 30.
Strategy
- How does it move?
- Jupiter uses random wall movement from RandomMovementBot.
- Hades uses random circling movement. If
Math.random()
goes below a certain number, or if it hits a wall, It will reverse direction.
- How does it fire?
- Both of them use simple circular targeting.
- How does it dodge bullets?
- They don't intentionally. Hopefully that random movement will throw off HOT, Linear, Circular, and GF bullets.
- How does it select a target to attack/avoid?
- There is actually no target selection except for the fact that they lock on to the bot they scan first. Maybe I should get some, but I'm not so sure how since I'm just a beginner to TwinDuel and RoboCode itself.
- What does it save between rounds and matches?
- nothing.