Difference between revisions of "Cannon"
Jump to navigation
Jump to search
(edited details) |
(0.9 released - for now using WaveSnake's movement) |
||
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=3793 |
; How competitive is it? | ; How competitive is it? | ||
− | : | + | : We'll see |
== Strategy == | == Strategy == | ||
; How does it [[Movement|move]]? | ; How does it [[Movement|move]]? | ||
− | : | + | : Because I'm too lazy to code up a movement at the moment, *for now* will use WaveSnake's movement ("velocity surfing") |
; How does it fire? | ; How does it fire? | ||
Line 28: | Line 28: | ||
; How does it [[Dodging Bullets|dodge bullets]]? | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
− | : | + | : "Velocity surfing" |
; 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 42: | ||
; Can I use your code? | ; Can I use your code? | ||
− | : | + | : [[RWPLCL]] |
; What's next for your robot? | ; What's next for your robot? | ||
− | : A movement | + | : A movement I actually made |
; Does it have any [[White Whale]]s? | ; Does it have any [[White Whale]]s? | ||
Line 51: | Line 51: | ||
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
− | : | + | : Movement ripped straight from WaveSnake |
[[Category:Bots]] | [[Category:Bots]] |
Revision as of 03:57, 2 October 2009
Background Information
- Bot Name
- Cannon 0.9
- 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=3793
- How competitive is it?
- We'll see
Strategy
- How does it move?
- Because I'm too lazy to code up a movement at the moment, *for now* will use WaveSnake's movement ("velocity surfing")
- How does it fire?
- Experimenting with a way to do Dynamic Clustering
- How does it dodge bullets?
- "Velocity surfing"
- 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?
- RWPLCL
- What's next for your robot?
- A movement I actually made
- Does it have any White Whales?
- Not at the moment
- What other robot(s) is it based on?
- Movement ripped straight from WaveSnake