Difference between revisions of "Nene"

From Robowiki
Jump to navigation Jump to search
m (Updating!)
m (Category:Implements Interface Bots)
 
(13 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
| movement        = [[Wave Surfing]]
 
| movement        = [[Wave Surfing]]
 
| released        = August 5th, 2011
 
| released        = August 5th, 2011
| best_rating    = ??
+
| best_rating    = 5 (July 7th, 2015)
| rating          = ??
+
| rating          = 5
| current_version = 1.0.1
+
| current_version = 1.0.5
 
| license        = [[ZLIB]]
 
| license        = [[ZLIB]]
| download_link  = http://file.csdgn.org/robocode/cs.Nene_1.0.1.jar
+
| download_link  = http://robocode-archive.strangeautomata.com/robots/cs.Nene_1.0.5.jar
 
| isOneOnOne      = true
 
| isOneOnOne      = true
 
| isMelee        = false
 
| isMelee        = false
 
| isOpenSource    = true
 
| isOpenSource    = true
 +
}}
 +
{{Navbox small
 +
| title        = Sub-pages
 +
| page1        = Understanding
 
}}
 
}}
  
Line 24: Line 28:
  
 
; What's special about it?
 
; What's special about it?
* Best defending bot under the Japanese flag (strangely enough!)
+
* It uses [[Gun Heat Waves|Heat Waves]] like [[RougeDC]] and [[DrussGT]].
* It uses Heat Waves like [[RougeDC]] and [[DrussGT]].
 
 
* It uses Passive [[Bullet Shadow]]ing.
 
* It uses Passive [[Bullet Shadow]]ing.
* It's structure is more like a tower then most robots branching tree.
 
* It's version is currently longer then its name!
 
 
* It is an interface based robot!
 
* It is an interface based robot!
 +
* It doesn't use a movement flattener!
 
* It doesn't use any virtual guns!
 
* It doesn't use any virtual guns!
 +
* It doesn't save any data to disk!
  
 
;How competitive is it?
 
;How competitive is it?
:It's movement was top tier at the time it was developed. On par with an earlier version of DrussGT.
+
:Very competitive. With its new gun it gives even some surfers a pretty good run for their money.
:The gun still needs some work.
 
  
 
== Strategy ==
 
== Strategy ==
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: Uses precise intersection wave surfing.  It also does some nice minimal risk that avoids getting trapped in corners when there are no waves around, also makes it do well against rambots.
+
: Uses precise intersection wave surfing.  It also does some nice minimal risk that avoids getting trapped in corners when there are no waves around, also makes it do well against rambots. See the [[/Understanding#Surfing Movement|Understanding Nene]] subpage.
  
 
; How does it fire?
 
; How does it fire?
: It uses a normal DC/GF gun. Very simple overall, it just have carefully tuned weights.
+
: It uses a normal DC/GF gun. Very simple overall, it just has carefully tuned weights.
  
 
; How does it [[DodgingBullets|dodge bullets]]?
 
; How does it [[DodgingBullets|dodge bullets]]?
 
: It surfs!
 
: It surfs!
 
; How does the [[Melee|melee]] strategy differ from [[OneOnOne|one-on-one]]  strategy?
 
: It doesn't know anything about melee (not even radar!)
 
 
; How does it select a target to attack/avoid in [[Melee|melee]] ?
 
: It has melee?
 
  
 
; What does it save between rounds and matches?
 
; What does it save between rounds and matches?
 
: Between matches: Nothing.<br>
 
: Between matches: Nothing.<br>
 
: Between rounds: KdTree movement data. KdTree firing data.
 
: Between rounds: KdTree movement data. KdTree firing data.
 +
 +
; What are it's weaknesses?
 +
: Nene currently preforms poorly against robots with very strong movement, since its gun is underdeveloped. Also I don't update it very often. Meaning new strategies will likely blindside it.
  
 
== Additional Information ==
 
== Additional Information ==
Line 70: Line 69:
 
;Does it have any [[White Whale]]s?
 
;Does it have any [[White Whale]]s?
 
: Bullet shielders will likely give it problems. Since it has no logic to handle them.
 
: Bullet shielders will likely give it problems. Since it has no logic to handle them.
;Strong surfers of course will destroy it, as its gun is much weaker against those then against other robots.
+
: Strong surfers cause it some issues yet, as its gun is much weaker against those then against other robots.
  
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
 
: [[Seraphim]] for it's precise prediction originally. I have read many other robots and I gained some insights from [[DrussGT]] and [[Diamond]]. But I don't use any of their code directly. Mostly learned from descriptions on the wiki. I do use Rednaxela's KdTree however.
 
: [[Seraphim]] for it's precise prediction originally. I have read many other robots and I gained some insights from [[DrussGT]] and [[Diamond]]. But I don't use any of their code directly. Mostly learned from descriptions on the wiki. I do use Rednaxela's KdTree however.
 +
: It's gun was cradle robbed from my current development robot, [[Mint]].
 +
 +
== Also see ==
 +
* [[/Understanding|Understanding Nene]].
  
 
[[Category:Bots|Nene]]
 
[[Category:Bots|Nene]]
 +
[[Category:Implements Interface Bots|Nene]]
 
[[Category:1-vs-1 Bots|Nene]]
 
[[Category:1-vs-1 Bots|Nene]]
 
[[Category:Open Source Bots|Nene]]
 
[[Category:Open Source Bots|Nene]]
 
[[Category:MegaBots|Nene]]
 
[[Category:MegaBots|Nene]]

Latest revision as of 09:17, 14 September 2017

Nene
Author(s) Chase
Extends Interface
Targeting DC/GF
Movement Wave Surfing
Released August 5th, 2011
Best Rating 5 (July 7th, 2015)
Current Rating 5
Current Version 1.0.5
Code License ZLIB
Download
Sub-pages:
Understanding

Background Information

What's special about it?
  • It uses Heat Waves like RougeDC and DrussGT.
  • It uses Passive Bullet Shadowing.
  • It is an interface based robot!
  • It doesn't use a movement flattener!
  • It doesn't use any virtual guns!
  • It doesn't save any data to disk!
How competitive is it?
Very competitive. With its new gun it gives even some surfers a pretty good run for their money.

Strategy

How does it move?
Uses precise intersection wave surfing. It also does some nice minimal risk that avoids getting trapped in corners when there are no waves around, also makes it do well against rambots. See the Understanding Nene subpage.
How does it fire?
It uses a normal DC/GF gun. Very simple overall, it just has carefully tuned weights.
How does it dodge bullets?
It surfs!
What does it save between rounds and matches?
Between matches: Nothing.
Between rounds: KdTree movement data. KdTree firing data.
What are it's weaknesses?
Nene currently preforms poorly against robots with very strong movement, since its gun is underdeveloped. Also I don't update it very often. Meaning new strategies will likely blindside it.

Additional Information

Where did you get the name?
It was actually named after a character in a story I was writing at the time. A very happy positive somewhat hyper girl. I never actually expected to release it.
Can I use your code?
Sure thing you can use my code. Sure, feel free it is released entirely under the ZLIB license.
What's next for your robot?
I might tweak the gun a little more if it bombs.
Does it have any White Whales?
Bullet shielders will likely give it problems. Since it has no logic to handle them.
Strong surfers cause it some issues yet, as its gun is much weaker against those then against other robots.
What other robot(s) is it based on?
Seraphim for it's precise prediction originally. I have read many other robots and I gained some insights from DrussGT and Diamond. But I don't use any of their code directly. Mostly learned from descriptions on the wiki. I do use Rednaxela's KdTree however.
It's gun was cradle robbed from my current development robot, Mint.

Also see