Difference between revisions of "CunobelinDC"

From Robowiki
Jump to navigation Jump to search
("something new and revolutionary to shake up the minibot arena")
 
(Fix broken link)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[/Version History]]
 
__NOTOC__
 
 
{{Infobox Robot
 
{{Infobox Robot
 
| author          = [[Skilgannon]]
 
| author          = [[Skilgannon]]
 
| extends        = [[AdvancedRobot]]
 
| extends        = [[AdvancedRobot]]
| targeting      = [[Multiple Choice]] [[Pattern Matcher]] (symbolic/string based)
+
| targeting      = [[Multiple Choice]] [[Pattern Matcher]] (symbolic/string-based)
| movement        = [[WaveSurfing]] using [[Dynamic Clustering]]
+
| movement        = [[Wave Surfing]] using [[Dynamic Clustering]]
| current_version = 0.1
+
| current_version = 1.2
| download_link  = http://minifly.rchomepage.com/robocode/
+
| download_link  = http://robocode-archive.strangeautomata.com/robots/jk.mini.CunobelinDC_1.2.jar
 +
| isOneOnOne      = yes
 +
| isOpenSource    = yes
 +
}}
 +
{{Navbox small
 +
| title    = Sub-pages
 +
| page1    = Version History
 
}}
 
}}
  
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? ====
[http://minifly.rchomepage.com/robocode/ Download Directory]
+
http://robocode-archive.strangeautomata.com/robots/jk.mini.CunobelinDC_1.2.jar
  
 
==== 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]]? ====
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 38: 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 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 [[OpenSource]].
+
* 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 53: 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]]
 +
__NOTOC__ __NOEDITSECTION__

Latest revision as of 15: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

Skilgannon

Extends

AdvancedRobot

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?

Wave Surfing!

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.