Difference between revisions of "Cannon"

From Robowiki
Jump to navigation Jump to search
(edited details)
(Mass-edit Robocode Repository URLs)
 
(16 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
; Bot Name
 
; Bot Name
: Cannon 0.93
+
: Cannon 1.12test (see [[/Version History]] for more info)
  
 
; Author
 
; Author
Line 11: Line 11:
  
 
; What's special about it?
 
; What's special about it?
: [[User:Starrynte/DCLSHResearch|Experimenting with a way]] to do [[Dynamic Clustering]], yet in a micro
+
: One of two micros I know of that use [[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://robocoderepository.com/BotDetail.jsp?id=3795
+
: http://robocode-archive.strangeautomata.com/robots/ntc.Cannon_1.12test.jar
  
 
; How competitive is it?
 
; How competitive is it?
: We'll see
+
: {{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=microrumble&name=ntc.Cannon+1.12test|rumble=MicroRumble|scorelabel=APS|score=69.96|rank=25th|win=238|loss=40|plrank=28th|glicko2=1814.6|score2label=Survival|score2=74.86}}
  
 
== Strategy ==
 
== Strategy ==
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: SandboxFlattener
+
: [[Musashi Trick]] + SandboxFlattener
  
 
; How does it fire?
 
; How does it fire?
: [[User:Starrynte/DCLSHResearch|Experimenting with a way]] to do [[Dynamic Clustering]]
+
: [[Dynamic Clustering]]
  
 
; How does it [[Dodging Bullets|dodge bullets]]?
 
; How does it [[Dodging Bullets|dodge bullets]]?
: SandboxFlattener
+
: It uses these movements, respectively (switching to the next one when it dies)
 +
: 1. StopAndGo. 2. Similar to EnemyDropSurfing 3. Similar to SandboxFlattener
  
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
Line 42: Line 43:
  
 
; Can I use your code?
 
; Can I use your code?
: [[RWPLCL]]
+
: Not included
  
 
; What's next for your robot?
 
; What's next for your robot?
: Improving either the movement or gun, not sure
+
: Improving the movement
  
 
; Does it have any [[White Whale]]s?
 
; Does it have any [[White Whale]]s?
: Not at the moment
+
: [[MagicD3]], the other [[Dynamic Clustering]] micro
  
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
: Movement ripped straight from WaveSnake
+
: Plains for the SandboxFlattener (original idea from [[Kawigi]])
 +
:: [[MusashiTrick]] in the movement as well, small codesize for this from [[RaikoMicro]]
 +
: Ideas for micro-sized waves from [[RaikoMicro]]
  
[[Category:Bots]]
+
[[Category:Bots]] [[Category:1-vs-1_Bots]] [[Category:Extends AdvancedRobot Bots]] [[Category:MicroBots]]

Latest revision as of 04:39, 18 August 2017

Background Information

Bot Name
Cannon 1.12test (see /Version History for more info)
Author
Starrynte
Extends
AdvancedRobot
What's special about it?
One of two micros I know of that use Dynamic Clustering
Great, I want to try it. Where can I download it?
http://robocode-archive.strangeautomata.com/robots/ntc.Cannon_1.12test.jar
How competitive is it?
MicroRumble ‒ APS: 69.96% (25th), PL: 238-40 (28th), Survival: 74.86%

Strategy

How does it move?
Musashi Trick + SandboxFlattener
How does it fire?
Dynamic Clustering
How does it dodge bullets?
It uses these movements, respectively (switching to the next one when it dies)
1. StopAndGo. 2. Similar to EnemyDropSurfing 3. Similar to SandboxFlattener
How does the melee strategy differ from One-on-one strategy?
Only 1 vs 1
What does it save between rounds and matches?
DC data

Additional Information

Where did you get the name?
Cannon indicates most of the effort will be in the gun. Additionally, Canon makes digital cameras (DC, which could also stand for Dynamic Clustering, which is its gun).
Can I use your code?
Not included
What's next for your robot?
Improving the movement
Does it have any White Whales?
MagicD3, the other Dynamic Clustering micro
What other robot(s) is it based on?
Plains for the SandboxFlattener (original idea from Kawigi)
MusashiTrick in the movement as well, small codesize for this from RaikoMicro
Ideas for micro-sized waves from RaikoMicro