Difference between revisions of "CunobelinDC"
Jump to navigation
Jump to search
Skilgannon (talk | contribs) ("something new and revolutionary to shake up the minibot arena") |
m (minor cleanup) |
||
Line 1: | Line 1: | ||
− | + | {{Navbox small | |
− | + | | title = Sub-pages | |
+ | | page1 = Version History | ||
+ | }} | ||
{{Infobox Robot | {{Infobox Robot | ||
| author = [[Skilgannon]] | | author = [[Skilgannon]] | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
− | | targeting = [[Multiple Choice]] [[Pattern Matcher]] (symbolic/string based) | + | | targeting = [[Multiple Choice|Multiple Choice]] [[Pattern Matcher|Pattern Matcher]] (symbolic/string based) |
− | | movement = [[ | + | | movement = [[Wave Surfing|Wave Surfing]] using [[Dynamic Clustering|Dynamic Clustering]] |
| current_version = 0.1 | | current_version = 0.1 | ||
| download_link = http://minifly.rchomepage.com/robocode/ | | download_link = http://minifly.rchomepage.com/robocode/ | ||
+ | | isOneOnOne = yes | ||
+ | | isOpenSource = yes | ||
}} | }} | ||
Line 20: | Line 24: | ||
==== What's special about it? ==== | ==== What's special about it? ==== | ||
− | It's the first minibot to 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? ==== | ||
Line 26: | Line 30: | ||
==== How competitive is it? ==== | ==== How competitive is it? ==== | ||
− | It might be a huge flop... or it might take the minibot throne. | + | It might be a huge flop... or it might take the [[MiniBot|minibot]] throne. |
==== How does it [[Movement|move]]? ==== | ==== How does it [[Movement|move]]? ==== | ||
Line 45: | Line 49: | ||
==== Can I use your code? ==== | ==== Can I use your code? ==== | ||
Under the following terms: | Under the following terms: | ||
− | *Your bot MUST be [[ | + | * Your bot MUST be [[Open Source]]. |
− | *You give credit in your code, and in any documentation of your bot. | + | * 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. =) | + | * 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? ==== | ==== What's next for your robot? ==== | ||
Line 56: | Line 60: | ||
==== 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]] | ||
+ | |||
+ | __NOTOC__ __NOEDITSECTION__ |
Revision as of 10:33, 1 May 2009
- Sub-pages:
- Version History
CunobelinDC | |
Author(s) | Skilgannon |
Extends | AdvancedRobot |
Targeting | Multiple Choice Pattern Matcher (symbolic/string based) |
Movement | Wave Surfing using Dynamic Clustering |
Current Version | 0.1 |
Download |
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?
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.