Difference between revisions of "Cannon"

From Robowiki
Jump to navigation Jump to search
(edited details; added rumblestats)
(0.94)
Line 2: Line 2:
  
 
; Bot Name
 
; Bot Name
: Cannon 0.93
+
: Cannon 0.94
  
 
; Author
 
; Author
Line 14: Line 14:
  
 
; 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://robocoderepository.com/BotDetail.jsp?id=3797
  
 
; How competitive is it?
 
; How competitive is it?
Line 23: Line 23:
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: SandboxFlattener
+
: MusashiTrick + SandboxFlattener
  
 
; How does it fire?
 
; How does it fire?
Line 29: Line 29:
  
 
; How does it [[Dodging Bullets|dodge bullets]]?
 
; How does it [[Dodging Bullets|dodge bullets]]?
: SandboxFlattener
+
: At first, orbits the enemy. Then if non-HOT targeting is detected use SandboxFlattener
  
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
Line 53: Line 53:
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
 
: Plains for the movement, which in turn is based on [[Kawigi]]'s idea for Curve Flattening
 
: Plains for the movement, which in turn is based on [[Kawigi]]'s idea for Curve Flattening
 +
:: [[MusashiTrick]] in the movement as well, small codesize for this from [[RaikoMicro]]
 
: [[User:Starrynte/DCLSHResearch|DCLSHResearch]] for the gun, which has ideas for micro-sized waves from [[RaikoMicro]]
 
: [[User:Starrynte/DCLSHResearch|DCLSHResearch]] for the gun, which has ideas for micro-sized waves from [[RaikoMicro]]
  
 
[[Category:Bots]] [[Category:1-vs-1_Bots]] [[Category:Extends AdvancedRobot Bots]] [[Category:MicroBots]]
 
[[Category:Bots]] [[Category:1-vs-1_Bots]] [[Category:Extends AdvancedRobot Bots]] [[Category:MicroBots]]

Revision as of 00:33, 4 October 2009

Background Information

Bot Name
Cannon 0.94
Author
Starrynte
Extends
AdvancedRobot
What's special about it?
Experimenting with a way to do Dynamic Clustering, yet in a micro
Great, I want to try it. Where can I download it?
http://robocoderepository.com/BotDetail.jsp?id=3797
How competitive is it?
Was 40th while using WaveSnake's movement, now still tweaking SandboxFlattener
Current: MicroRumble ‒ APS: 63.24% (52nd), PL: 223-60 (39th), Survival: 70.66%

Strategy

How does it move?
MusashiTrick + SandboxFlattener
How does it fire?
Experimenting with a way to do Dynamic Clustering
How does it dodge bullets?
At first, orbits the enemy. Then if non-HOT targeting is detected use 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?
RWLPCL
What's next for your robot?
Improving the movement
Does it have any White Whales?
Not at the moment
What other robot(s) is it based on?
Plains for the movement, which in turn is based on Kawigi's idea for Curve Flattening
MusashiTrick in the movement as well, small codesize for this from RaikoMicro
DCLSHResearch for the gun, which has ideas for micro-sized waves from RaikoMicro