Difference between revisions of "Nene"

From Robowiki
Jump to navigation Jump to search
m
m (Updating!)
Line 8: Line 8:
 
| author          = [[User:Chase-san|Chase]]
 
| author          = [[User:Chase-san|Chase]]
 
| extends        = [[Interface]]
 
| extends        = [[Interface]]
| targeting      = [[Raiko]]
+
| targeting      = [[Dynamic Clustering|DC/GF]]
 
| movement        = [[Wave Surfing]]
 
| movement        = [[Wave Surfing]]
 
| released        = August 5th, 2011
 
| released        = August 5th, 2011
| best_rating    = 2067.5 (15th)
+
| best_rating    = ??
| rating          = 2067.5 (15th)
+
| rating          = ??
| current_version = MC58k7 (pre-alpha)
+
| current_version = 1.0.1
| license        = [[RWPCL]]/[[ZLIB]]
+
| license        = [[ZLIB]]
| download_link  = http://file.csdgn.org/robocode/cs.Nene_MC58k7.jar
+
| download_link  = http://file.csdgn.org/robocode/cs.Nene_1.0.1.jar
 
| isOneOnOne      = true
 
| isOneOnOne      = true
 
| isMelee        = false
 
| isMelee        = false
Line 30: Line 30:
 
* It's version is currently longer then its name!
 
* 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 any virtual guns!
  
 
;How competitive is it?
 
;How competitive is it?
:Strangely enough very well, at least compared to my other past robots. With just Raiko's gun it ranks 22th, placing it well within [[The2000Club|The 2000 Club]].
+
:It's movement was top tier at the time it was developed. On par with an earlier version of DrussGT.
 +
:The gun still needs some work.
  
 
== Strategy ==
 
== Strategy ==
Line 40: Line 42:
  
 
; How does it fire?
 
; How does it fire?
: It uses [[Raiko]]'s gun, so see that page for details.
+
: It uses a normal DC/GF gun. Very simple overall, it just have carefully tuned weights.
  
 
; How does it [[DodgingBullets|dodge bullets]]?
 
; How does it [[DodgingBullets|dodge bullets]]?
Line 53: Line 55:
 
; 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. Whatever [[Raiko]] saves gun-wise.
+
: Between rounds: KdTree movement data. KdTree firing data.
  
 
== Additional Information ==
 
== Additional Information ==
Line 61: Line 63:
  
 
; Can I use your code?
 
; Can I use your code?
: Sure thing you can use my code. Sure, at the moment all versions are under the [[RWPCL]].
+
: Sure thing you can use my code. Sure, feel free it is released entirely under the [[ZLIB]] license.
  
 
; What's next for your robot?
 
; What's next for your robot?
: Finishing the movement, which isn't even done yet.
+
: I might tweak the gun a little more if it bombs.
: After that I plan to start work on the gun, hopefully by that time it is already ranked 12 to 14 (or top 10 maybe :).
 
  
 
;Does it have any [[White Whale]]s?
 
;Does it have any [[White Whale]]s?
: To the last I grapple with thee; from hell's heart I stab at thee; for hate's sake I spit my last breath at thee.
+
: Bullet shielders will likely give it problems. Since it has no logic to handle them.
: Ah ha, despite that very epic quote I have no real whales that need hunting.
+
;Strong surfers of course will destroy it, 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?

Revision as of 17:22, 20 February 2013

Nene
Author(s) Chase
Extends Interface
Targeting DC/GF
Movement Wave Surfing
Released August 5th, 2011
Best Rating ??
Current Rating ??
Current Version 1.0.1
Code License ZLIB
Download

Background Information

What's special about it?
  • Best defending bot under the Japanese flag (strangely enough!)
  • It uses Heat Waves like RougeDC and DrussGT.
  • It uses Passive Bullet Shadowing.
  • 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 doesn't use any virtual guns!
How competitive is it?
It's movement was top tier at the time it was developed. On par with an earlier version of DrussGT.
The gun still needs some work.

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.
How does it fire?
It uses a normal DC/GF gun. Very simple overall, it just have carefully tuned weights.
How does it dodge bullets?
It surfs!
How does the melee strategy differ from 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 ?
It has melee?
What does it save between rounds and matches?
Between matches: Nothing.
Between rounds: KdTree movement data. KdTree firing data.

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 of course will destroy it, 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.