Difference between revisions of "CunobelinDC"
Jump to navigation
Jump to search
m (minor cleanup) |
(Fix broken link) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
{{Infobox Robot | {{Infobox Robot | ||
| author = [[Skilgannon]] | | author = [[Skilgannon]] | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
− | | targeting = [[Multiple | + | | targeting = [[Multiple Choice]] [[Pattern Matcher]] (symbolic/string-based) |
− | | movement = [[Wave | + | | movement = [[Wave Surfing]] using [[Dynamic Clustering]] |
− | | current_version = | + | | current_version = 1.2 |
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/jk.mini.CunobelinDC_1.2.jar |
| isOneOnOne = yes | | isOneOnOne = yes | ||
| isOpenSource = yes | | isOpenSource = yes | ||
+ | }} | ||
+ | {{Navbox small | ||
+ | | title = Sub-pages | ||
+ | | page1 = Version History | ||
}} | }} | ||
Line 24: | Line 24: | ||
==== What's special about it? ==== | ==== What's special about it? ==== | ||
− | It's the first [[MiniBot|minibot]] to [[Wave Surfing|surf]] with [[Dynamic Clustering]] | + | It's the first [[MiniBot|minibot]] to [[Wave Surfing|surf]] with [[Dynamic Clustering]]. |
==== Great, I want to try it. Where can I download it? ==== | ==== Great, I want to try it. Where can I download it? ==== | ||
− | + | http://robocode-archive.strangeautomata.com/robots/jk.mini.CunobelinDC_1.2.jar | |
==== How competitive is it? ==== | ==== How competitive is it? ==== | ||
Line 33: | Line 33: | ||
==== How does it [[Movement|move]]? ==== | ==== How does it [[Movement|move]]? ==== | ||
− | A fairly simple [[Wave Surfing]], based off of [[BasicSurfer]], using [[Lateral Velocity]], last lateral velocity, and distance as clustering attributes. | + | A fairly simple [[Wave Surfing]], based off of [[BasicSurfer]], using [[Lateral Velocity|lateral velocity]], last lateral velocity, and distance as clustering attributes. |
==== How does it fire? ==== | ==== How does it fire? ==== | ||
− | The gun is based on the one in [[Toorkild]] | + | The gun is based on the one in [[Toorkild]]. |
==== How does it [[Dodging Bullets|dodge bullets]]? ==== | ==== How does it [[Dodging Bullets|dodge bullets]]? ==== | ||
Line 42: | Line 42: | ||
==== What does it save between rounds and matches? ==== | ==== What does it save between rounds and matches? ==== | ||
− | Between rounds, all the hit scans for the movement and pattern data for gun; nothing between matches | + | Between rounds, all the hit scans for the movement and pattern data for gun; nothing between matches. |
==== Where did you get the name? ==== | ==== Where did you get the name? ==== | ||
Line 57: | Line 57: | ||
==== Does it have any [[White Whale]]s? ==== | ==== Does it have any [[White Whale]]s? ==== | ||
− | [[Cigaret]]! [[WeeklongObsession]], and probably many others | + | [[Cigaret]]! [[WeeklongObsession]], and probably many others. |
==== What other robot(s) is it based on? ==== | ==== What other robot(s) is it based on? ==== | ||
[[Cunobelin]], almost in it's entirety. | [[Cunobelin]], almost in it's entirety. | ||
− | |||
[[Category:MiniBots]] | [[Category:MiniBots]] | ||
− | |||
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ |
Latest revision as of 14:07, 5 September 2017
CunobelinDC | |
Author(s) | Skilgannon |
Extends | AdvancedRobot |
Targeting | Multiple Choice Pattern Matcher (symbolic/string-based) |
Movement | Wave Surfing using Dynamic Clustering |
Current Version | 1.2 |
Download |
- Sub-pages:
- Version History
Bot Name
CunobelinDC
Author
Extends
What's special about it?
It's the first minibot to surf with Dynamic Clustering.
Great, I want to try it. Where can I download it?
http://robocode-archive.strangeautomata.com/robots/jk.mini.CunobelinDC_1.2.jar
How competitive is it?
It might be a huge flop... or it might take the minibot throne.
How does it move?
A fairly simple Wave Surfing, based off of BasicSurfer, using lateral velocity, last lateral velocity, and distance as clustering attributes.
How does it fire?
The gun is based on the one in Toorkild.
How does it dodge bullets?
What does it save between rounds and matches?
Between rounds, all the hit scans for the movement and pattern data for gun; nothing between matches.
Where did you get the name?
Well, my imagination was running dry. It's based off of Cunobelin, and it uses Dynamic Clustering.
Can I use your code?
Under the following terms:
- Your bot MUST be Open Source.
- You give credit in your code, and in any documentation of your bot.
- Pleeaase don't just take my bot, tweak it and release it under another name. Rather tell me about the changes, and I'll give you credit. =)
What's next for your robot?
More attributes for the surfing!
Does it have any White Whales?
Cigaret! WeeklongObsession, and probably many others.
What other robot(s) is it based on?
Cunobelin, almost in it's entirety.