Difference between revisions of "BrokenSword"
Jump to navigation
Jump to search
(migrating this page) |
m (adding current and best version links) |
||
Line 6: | Line 6: | ||
| targeting = [[GuessFactor Targeting|GuessFactor Targeting]] | | targeting = [[GuessFactor Targeting|GuessFactor Targeting]] | ||
| movement = [[Minimum Risk Movement|Minimum Risk Movement]] | | movement = [[Minimum Risk Movement|Minimum Risk Movement]] | ||
− | | current_version = 1. | + | | current_version = 1.10 |
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http://www.dijitari.com/void/robocode/voidious.mini.BrokenSword_1. | + | | download_link = http://www.dijitari.com/void/robocode/voidious.mini.BrokenSword_1.10.jar |
}} | }} | ||
Line 15: | Line 15: | ||
; What's special about it? | ; What's special about it? | ||
:It's my first ''decent'' melee bot. Also, it's my first bot that doesn't have a Star Wars themed name ;) | :It's my first ''decent'' melee bot. Also, it's my first bot that doesn't have a Star Wars themed name ;) | ||
+ | |||
+ | ; Great, I want to try it. Where can I download it? | ||
+ | {| cellspacing="0" cellpadding="0" border="0" | ||
+ | | | ||
+ | | align="left" | Current version: | ||
+ | | align="left" | [http://www.dijitari.com/void/robocode/voidious.mini.BrokenSword_1.10.jar 1.10] | ||
+ | |- | ||
+ | | | ||
+ | | align="left" | Best version: | ||
+ | | align="left" | [http://www.dijitari.com/void/robocode/voidious.mini.BrokenSword_1.02.jar 1.02] | ||
+ | |} | ||
;How competitive is it? | ;How competitive is it? |
Revision as of 21:29, 22 April 2009
- Sub-pages:
- /Version History - Source Code
BrokenSword | |
Author(s) | Voidious |
Extends | AdvancedRobot |
Targeting | GuessFactor Targeting |
Movement | Minimum Risk Movement |
Current Version | 1.10 |
Code License | RWPCL |
Download |
Background Information
- What's special about it?
- It's my first decent melee bot. Also, it's my first bot that doesn't have a Star Wars themed name ;)
- Great, I want to try it. Where can I download it?
Current version: | 1.10 | |
Best version: | 1.02 |
- How competitive is it?
- It should do OK, it was competing decently with (but not quite winning against) some of the top melee MiniBots.
Strategy
- How does it dodge bullets?
- It doesn't really, but it should have some halfway decent RandomMovement when it matters.
- How does the melee strategy differ from one-on-one strategy?
- Just the radar lock...
- How does it select a target to attack/avoid in melee?
- A combination of a close target and one with low energy, with a bias towards the current target when evaluating new ones.
- What does it save between rounds and matches?
- GuessFactor Targeting stat buffers.
Additional Information
- Where did you get the name?
- "Broken Sword" is the name of one of the awesome warriors in the movie Hero.
- Can I use your code?
- Yes, it's in the .jar, released under the RWPCL.
- What's next for your robot?
- Getting better :P
- Does it have any WhiteWhales?
- I guess it hurts to lose to HawkOnFire, because it's so awesome and also a MicroBot.
- What other robot(s) is it based on?
|