Difference between revisions of "Enyo"
Jump to navigation
Jump to search
(Added the page.) |
|||
Line 41: | Line 41: | ||
; What does it save between rounds and matches? | ; What does it save between rounds and matches? | ||
− | : | + | : Between rounds, it saves wave surfing data. |
+ | : Between matches, nothing. Yet. | ||
== Additional Information == | == Additional Information == |
Revision as of 05:16, 23 October 2011
Enyo | |
Author(s) | User:Ticamai |
Extends | AdvancedRobot |
Targeting | Circular Targeting |
Movement | Wave Surfing |
Current Version | 1.02 |
Code License | Closed Source |
Download |
Background Information
- What's special about it?
- Well, It's the first robot I released, and the one I most actively work on.
Strategy
- How does it move?
- It uses Wave Surfing based of BasicGTSurfer.
- How does it fire?
- How does it dodge bullets?
- The wave surfing takes care of that most of the time.
- How does the melee strategy differ from one-on-one strategy?
- It doesn't.
- How does it select a target to attack/avoid in melee ?
- It attacks whichever robot it sees first.
- What does it save between rounds and matches?
- Between rounds, it saves wave surfing data.
- Between matches, nothing. Yet.
Additional Information
- Where did you get the name?
- Enyo is the name of a Greek goddess of war.
- Can I use your code?
- Nope, sorry. Try again later.
- What's next for your robot?
- Segmentation for the wave surfing.
- (That's actually already partially done. Just smoothing things out a bit before I release it.)
- What other robot(s) is it based on?
- Mostly BasicGTSurfer.