Difference between revisions of "Nene"
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 = [[ | + | | targeting = [[Dynamic Clustering|DC/GF]] |
| movement = [[Wave Surfing]] | | movement = [[Wave Surfing]] | ||
| released = August 5th, 2011 | | released = August 5th, 2011 | ||
− | | best_rating = | + | | best_rating = ?? |
− | | rating = | + | | rating = ?? |
− | | current_version = | + | | current_version = 1.0.1 |
− | | license = | + | | license = [[ZLIB]] |
− | | download_link = http://file.csdgn.org/robocode/cs. | + | | 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? | ||
− | : | + | :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 | + | : 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. | + | : 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, | + | : 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? | ||
− | : | + | : I might tweak the gun a little more if it bombs. |
− | |||
;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. |
− | + | ;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 16: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.