Difference between revisions of "Locke"
Jump to navigation
Jump to search
(migrating from old wiki) |
(Mass-edit Robocode Repository URLs) |
||
Line 12: | Line 12: | ||
| current_version = 0.7.5.5 | | current_version = 0.7.5.5 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/vic.Locke_0.7.5.5.jar |
| isOpenSource = yes | | isOpenSource = yes | ||
| isOneOnOne = yes | | isOneOnOne = yes |
Latest revision as of 03:43, 18 August 2017
- Sub-pages:
- Version History - Archived Talk 20040719
Locke | |
Author(s) | Vic Stewart |
Extends | AdvancedRobot |
Targeting | Self-Organizing Observation Log |
Movement | Random Movement |
Current Version | 0.7.5.5 |
Code License | RWPCL |
Download |
Background Information
- What's special about it?
- Its gun is unique.
- How competitive is it?
- In the top 100 of RoboRumble General 1v1.
Strategy
- How does it fire?
- It uses a Self-Organizing Observation Log gun. When a wave hits, the Log records how far and in what direction the enemy has travelled since firing the wave. Along with that Observation, a number of situational parameters are stored. The Log is ordered in such a way that similar Observations will become neighbours. When aiming, the Log searches for such a neighbourhood of Observations and uses these to calculate the most likely future position of the enemy.
- How does it dodge bullets?
- Well...ehm... ask Jamougha :-)
- How does the melee strategy differ from one-on-one strategy?
- Melee? What's that?
- What does it save between rounds and matches?
- Between matches: Nothing. Between rounds: the SOOL.
Additional Information
- Where did you get the name?
- From Orson Scott Card's book Ender's Game. Locke is the pseudonym of Ender's brother Peter.
- Can I use your code?
- Sure, just give the authors due credit, according to the Wiki License.
- What's next for your robot?
- Just making the new SOOL gun work properly.
- What other robot(s) is it based on?
- Raiko