Difference between revisions of "Centaur"
Jump to navigation
Jump to search
(Page for my robot (Centaur).) |
|||
Line 6: | Line 6: | ||
| targeting = [[Dynamic Clustering]]-[[GuessFactor Targeting]] | | targeting = [[Dynamic Clustering]]-[[GuessFactor Targeting]] | ||
| movement = [[Dynamic Clustering]]-[[Wave Surfing]] | | movement = [[Dynamic Clustering]]-[[Wave Surfing]] | ||
− | | current_version = 0.6. | + | | current_version = 0.6.6 |
| license = | | license = | ||
− | | download_link = http://www.robocoderepository.com/BotFiles/ | + | | download_link = http://www.robocoderepository.com/BotFiles/4063/gf.Centaur.Centaur_0.6.6.jar |
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = true | | isMelee = true | ||
Line 26: | Line 26: | ||
; What's so special about it? | ; What's so special about it? | ||
− | : Nothing. | + | : Nothing as far as I know. |
; How competitive is it? | ; How competitive is it? | ||
Line 60: | Line 60: | ||
; Does it have any [[White Whale]]s? | ; Does it have any [[White Whale]]s? | ||
− | : Not | + | : Not yet. |
; What other robot(s) is it based on? | ; What other robot(s) is it based on? |
Revision as of 19:10, 19 July 2011
Centaur | |
Author(s) | g0ld3nf0x |
Extends | AdvancedRobot |
Targeting | Dynamic Clustering-GuessFactor Targeting |
Movement | Dynamic Clustering-Wave Surfing |
Current Version | 0.6.6 |
Download |
Background Information
- Bot Name
- Centaur
- Author
- g0ld3nf0x
- Extends
- AdvancedRobot
- What's so special about it?
- Nothing as far as I know.
- How competitive is it?
- Not really. It's around #300 in General Rumble.
- Where can I get it?
- The link is in the box.
Strategy
- How does it move?
- GoTo Wave Surfing based on DynamicClustering. It's not really wavesurfing. It's more like Minimum Risk Movement, which uses also data gained by waves.
- How does it fire?
- Virtual Guns which includes DynamicClustering based GuessFactor Targeting gun.
- How does it dodge bullets?
- Wave Surfing.
- How does the melee strategy differ from One-on-one strategy?
- It uses Minimum Risk Movement. But I think the melee-mode isn't very good.
- What does it save between rounds and matches?
- All the DynamicClustering data.
Additional Information
- Can I use your code?
- In the moment the code isn't OpenSource.
- What's next for your robot?
- A lot of things.
- Does it have any White Whales?
- Not yet.
- What other robot(s) is it based on?
- None, but it uses Rednaxela's KdTree, Robocode code for the PrecisePredictor and code from this forum for Linear Targeting and the Radar.