Difference between revisions of "NanoBee"
Jump to navigation
Jump to search
m (fix link) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
| imagesize = | | imagesize = | ||
| caption = | | caption = | ||
− | | author = cb | + | | author = [[cb]] |
| extends = AdvancedRobot | | extends = AdvancedRobot | ||
| targeting = simplified version of [[NeophytePRAL]]'s gun | | targeting = simplified version of [[NeophytePRAL]]'s gun | ||
− | | movement = NanoBot | + | | movement = NanoBot [[Wave surfing]] |
| released = 27th February 2014 | | released = 27th February 2014 | ||
− | | best_rating = | + | | best_rating = 34th in the NanoRumble |
| rating = | | rating = | ||
| current_version = 1.0 | | current_version = 1.0 | ||
| codesize = 249 bytes with colours | | codesize = 249 bytes with colours | ||
| license = Open Source | | license = Open Source | ||
− | | download_link = | + | | download_link = http://robocode-archive.strangeautomata.com/robots/cb.nano.NanoBee_1.0.jar |
| source_link = | | source_link = | ||
| isOneOnOne = true | | isOneOnOne = true | ||
Line 25: | Line 25: | ||
{{{prologue|}}} | {{{prologue|}}} | ||
== Background Information == | == Background Information == | ||
− | |||
− | |||
− | |||
; What's special about it? | ; What's special about it? | ||
− | : {{{special|It's an attempt to put Wave | + | : {{{special|It's an attempt to put [[Wave Surfing]] into a NanoBot}}} |
; Great, I want to try it. Where can I download it? | ; Great, I want to try it. Where can I download it? | ||
− | : {{{url|http:// | + | : {{{url|http://robocode-archive.strangeautomata.com/robots/cb.nano.NanoBee_1.0.jar}}} |
; How competitive is it? | ; How competitive is it? | ||
− | : {{{competitive|I | + | : {{{competitive|It's not as competitive as I had hoped: about 35th in the NanoRumble.}}} |
== Strategy == | == Strategy == | ||
; How does it [[Movement|move]]? | ; How does it [[Movement|move]]? | ||
− | : {{{movement|An extremely simplified version of [[Wave | + | : {{{movement|An extremely simplified version of [[Wave Surfing]]. It only surfs the latest wave (when the enemy fires a bullet, the old wave is overwritten), so it is not very effective on a long range, but in short range it can surf simple targeting systems such as [[Head-On Targeting]] and [[Linear Targeting]] quite well.}}} |
; How does it fire? | ; How does it fire? |
Latest revision as of 22:13, 7 December 2017
' | |
Author(s) | cb |
Extends | AdvancedRobot |
Targeting | simplified version of NeophytePRAL's gun |
Movement | NanoBot Wave surfing |
Released | 27th February 2014 |
Best Rating | 34th in the NanoRumble |
Current Version | 1.0 |
Code Size | 249 bytes with colours |
Code License | Open Source |
Download |
Background Information
- 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://robocode-archive.strangeautomata.com/robots/cb.nano.NanoBee_1.0.jar
- How competitive is it?
- It's not as competitive as I had hoped: about 35th in the NanoRumble.
Strategy
- How does it move?
- An extremely simplified version of Wave Surfing. It only surfs the latest wave (when the enemy fires a bullet, the old wave is overwritten), so it is not very effective on a long range, but in short range it can surf simple targeting systems such as Head-On Targeting and Linear Targeting quite well.
- How does it fire?
- It uses a simplified version of NeophytePRAL's gun.
- 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.