Difference between revisions of "NanoBee"

From Robowiki
Jump to navigation Jump to search
Line 39: Line 39:
  
 
; Great, I want to try it. Where can I download it?
 
; Great, I want to try it. Where can I download it?
: {{{url}}}
+
: {{{url|http://bomberportal.com/other/robocode/cb.nano.NanoBee_1.0.jar}}}
  
 
; How competitive is it?
 
; How competitive is it?
: {{{competitive}}}
+
: {{{competitive|I hope it is competitive}}}
  
 
== Strategy ==
 
== Strategy ==
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: {{{movement}}}
+
: {{{movement|An extremely simplified version of Wave Surfing}}}
  
 
; How does it fire?
 
; How does it fire?
 
: {{{targeting}}}
 
: {{{targeting}}}
 
; How does it [[Dodging Bullets|dodge bullets]]?
 
: {{{dodge|see the movement}}}
 
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
 
: {{{melee|No melee strategy...}}}
 
 
; How does it select a target to attack/avoid in [[melee]]?
 
: {{{melee|No melee strategy...}}}
 
  
 
; What does it save between rounds and matches?
 
; What does it save between rounds and matches?
: {{{save|Nothing}}}
+
: {{{save|Between rounds, it saves information about the enemy's movement and targeting behaviour.}}}
  
 
== Additional Information ==
 
== Additional Information ==
  
 
; Where did you get the name?
 
; Where did you get the name?
: {{{nameing}}}
+
: {{{nameing|From its colours.}}}
  
 
; Can I use your code?
 
; Can I use your code?
: {{{license}}}
+
: {{{license|Yes, it's Open Source, the code is in the .jar file.}}}
  
 
; What's next for your robot?
 
; What's next for your robot?
: {{{next}}}
+
: {{{next|Reducing code size to add energy management and/or better distancing.}}}
  
 
; Does it have any [[White Whale]]s?
 
; Does it have any [[White Whale]]s?
: {{{whitewhale}}}
+
: {{{whitewhale|I don't know yet.}}}
  
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
: {{{base}}}
+
: {{{base|It uses a simplified version of NeophytePral's gun.}}}

Revision as of 12:15, 27 February 2014

'
Author(s) cb
Extends AdvancedRobot
Code Size 249 bytes with colours
Code License Open Source


Background Information

Bot Name
NanoBee
Author
User:cb
Extends
AdvancedRobot
What's special about it?
It's an attempt to put Wave surfing into a NanoBot
Great, I want to try it. Where can I download it?
http://bomberportal.com/other/robocode/cb.nano.NanoBee_1.0.jar
How competitive is it?
I hope it is competitive

Strategy

How does it move?
An extremely simplified version of Wave Surfing
How does it fire?
{{{targeting}}}
What does it save between rounds and matches?
Between rounds, it saves information about the enemy's movement and targeting behaviour.

Additional Information

Where did you get the name?
From its colours.
Can I use your code?
Yes, it's Open Source, the code is in the .jar file.
What's next for your robot?
Reducing code size to add energy management and/or better distancing.
Does it have any White Whales?
I don't know yet.
What other robot(s) is it based on?
It uses a simplified version of NeophytePral's gun.