Difference between revisions of "EagleTwins"
Jump to navigation
Jump to search
BeastBots101 (talk | contribs) m |
BeastBots101 (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
; How does it [[Movement|move]]? | ; How does it [[Movement|move]]? | ||
− | : It uses minimum risk movement from Rednaxela's MiniSurreptitious | + | : It uses minimum risk movement from Rednaxela's MiniSurreptitious modified for wall avoidance. |
; How do they [[Targeting|fire]]? | ; How do they [[Targeting|fire]]? | ||
Line 36: | Line 36: | ||
; Can I use your code? | ; Can I use your code? | ||
: Sure it's open source. | : Sure it's open source. | ||
+ | |||
+ | ; Does it have any [[White Whale|White Whales]]? | ||
+ | : No bots yet... but I think the 'firing pitfall' is really annoying. I probably could've improved 10-20% on [[GeminiTeam]] without it. I also found that small bullet powers are less accurate. | ||
; What's next for your robot? | ; What's next for your robot? | ||
: Probably some way to prevent a firing pitfall on stationary targets. | : Probably some way to prevent a firing pitfall on stationary targets. | ||
− | |||
− | |||
− | |||
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
: I took the gun from [[Aristocles]] and modified the movement from [[MiniSurreptitious]]. | : I took the gun from [[Aristocles]] and modified the movement from [[MiniSurreptitious]]. | ||
− | ; | + | ; Recent: |
− | : Since robocode repository is down, and all my bots were created recently, I am unable to release them. | + | : August 20, 2013: Since robocode repository is down, and all my bots were created recently, I am unable to release them. |
+ | : September 17, 2013: seems fine now. Eagle 1.0.6 is available on Robocode Repository, but not the twinduel version. |
Latest revision as of 04:12, 20 September 2013
EagleTwins | |
Author(s) | BeastBots101 |
Extends | TeamRobot |
Targeting | GuessFactor Targeting |
Movement | Minimum risk |
Current Version | 1.1 |
Background Information
- What's special about it?
- Nothing really. Just my first twin duel bot.
Strategy
- How does it move?
- It uses minimum risk movement from Rednaxela's MiniSurreptitious modified for wall avoidance.
- How do they fire?
- The twins use GuessFactor Targeting from PEZ's Aristocles.
- How does it dodge bullets?
- If minimum risk movement is counted as dodging, that is it. Otherwise none.
- How does it select a target to attack/avoid?
- No selection.
- What does it save between rounds and matches?
- It does not save anything intentionally.
Additional Information
- Where did you get the name?
- I was thinking of something intimidating, when birds of prey came to my mind. I chose Eagle, because hawk was already taken(HawkOnFire). Eagle sounded second coolest, so I chose that.
- Can I use your code?
- Sure it's open source.
- Does it have any White Whales?
- No bots yet... but I think the 'firing pitfall' is really annoying. I probably could've improved 10-20% on GeminiTeam without it. I also found that small bullet powers are less accurate.
- What's next for your robot?
- Probably some way to prevent a firing pitfall on stationary targets.
- What other robot(s) is it based on?
- I took the gun from Aristocles and modified the movement from MiniSurreptitious.
- Recent
- August 20, 2013: Since robocode repository is down, and all my bots were created recently, I am unable to release them.
- September 17, 2013: seems fine now. Eagle 1.0.6 is available on Robocode Repository, but not the twinduel version.