Difference between revisions of "Shadow"
Jump to navigation
Jump to search
m (move categories to infobox) |
m (update info) |
||
Line 1: | Line 1: | ||
+ | {{Navbox small | ||
+ | | title = Shadow Sub-pages | ||
+ | | parent = Shadow | ||
+ | | page1 = Version History | ||
+ | | page2 = Archived Talk 20040725 | ||
+ | | page3 = Archived Talk 20090724 | ||
+ | | page4 = Melee Gun | ||
+ | }} | ||
{{Infobox Robot | {{Infobox Robot | ||
| bgcolour = #505050 | | bgcolour = #505050 | ||
| altimage = http://robocode.aclsi.pt/shadow_logo_anim4.gif | | altimage = http://robocode.aclsi.pt/shadow_logo_anim4.gif | ||
− | | author = ABC | + | | author = [[User:ABC|ABC]] |
− | | extends = AdvancedRobot | + | | extends = [[AdvancedRobot]] |
− | | released = October 17, 2003 (v2.01) | + | | movement = [[Wave Surfing]] |
+ | | targeting = [[Dynamic Clustering]] | ||
+ | | released = A long time ago...<!-- October 17, 2003 (v2.01) --> | ||
| current_version = v3.84 | | current_version = v3.84 | ||
| license = Proprietary | | license = Proprietary | ||
− | | download_link = http://robocode.aclsi.pt/abc.Shadow_3. | + | | download_link = http://robocode.aclsi.pt/abc.Shadow_3.84.jar |
| isOneOneOne = true | | isOneOneOne = true | ||
| isTeam = true | | isTeam = true | ||
Line 15: | Line 25: | ||
[[Category:MegaBots|Shadow]] | [[Category:MegaBots|Shadow]] | ||
− | == | + | == Background Information == |
− | + | ; What's special about it? | |
+ | : It is the first robot that uses this type of gun as describe below, and it is the first Wave Surfer ever. | ||
+ | : Also, it is my first ever competitive bot redone with "modern" technologies. | ||
− | == | + | == Strategy == |
− | + | ; How does it [[Movement|move]]? | |
− | + | : Shadow is the first robot that features [[Wave Surfing]]. | |
− | + | ; How does it fire? | |
− | + | : This gun is firstly describe as [[Tron's Gun]]. I call it a "forward pattern matcher". | |
+ | : But later this gun is named [[Dynamic Clustering]] [[Play-It Forward]] gun. | ||
− | + | ; How does it [[DodgingBullets|dodge bullets]]? | |
− | |||
− | + | : By surfing enemy's waves. | |
− | + | ; How does the [[Melee|melee]] strategy differ from [[OneOnOne|one-on-one]] strategy? | |
− | + | : It uses a [[Minimum Risk Movement]] | |
+ | : v3.84: with the HOT-avoidance system | ||
− | + | ; How does it select a target to attack/avoid in [[Melee|melee]] ? | |
− | + | : It doesn't, instead it uses the strategy describe at [[Shadow/Melee Gun]]. | |
− | + | ; What does it save between rounds and matches? | |
− | |||
− | + | : Between matches: Nothing.<br> | |
+ | : Between rounds: Everything. | ||
− | + | == Additional Information == | |
− | + | ; Where did you get the name? | |
− | + | :From it's colors. I made it dark, like a shadow. ;) | |
− | + | ; Can I use your code? | |
− | + | : It is not open source. I'm a very sloppy coder (when I can ;)). | |
− | + | ; What's next for your robot? | |
− | + | : Movement optimising, it still hits the walls too often. After that I'll work on the gun. | |
− | + | ; What other robot(s) is it based on? | |
− | + | : [[Tron]] 2.02 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 12:57, 25 July 2009
- Shadow Sub-pages:
- Version History - Archived Talk 20040725 - Archived Talk 20090724 - Melee Gun
Shadow | |
http://robocode.aclsi.pt/shadow_logo_anim4.gif | |
Author(s) | ABC |
Extends | AdvancedRobot |
Targeting | Dynamic Clustering |
Movement | Wave Surfing |
Released | A long time ago... |
Current Version | v3.84 |
Code License | Proprietary |
Download |
Background Information
- What's special about it?
- It is the first robot that uses this type of gun as describe below, and it is the first Wave Surfer ever.
- Also, it is my first ever competitive bot redone with "modern" technologies.
Strategy
- How does it move?
- Shadow is the first robot that features Wave Surfing.
- How does it fire?
- This gun is firstly describe as Tron's Gun. I call it a "forward pattern matcher".
- But later this gun is named Dynamic Clustering Play-It Forward gun.
- How does it dodge bullets?
- By surfing enemy's waves.
- How does the melee strategy differ from one-on-one strategy?
- It uses a Minimum Risk Movement
- v3.84: with the HOT-avoidance system
- How does it select a target to attack/avoid in melee ?
- It doesn't, instead it uses the strategy describe at Shadow/Melee Gun.
- What does it save between rounds and matches?
- Between matches: Nothing.
- Between rounds: Everything.
Additional Information
- Where did you get the name?
- From it's colors. I made it dark, like a shadow. ;)
- Can I use your code?
- It is not open source. I'm a very sloppy coder (when I can ;)).
- What's next for your robot?
- Movement optimising, it still hits the walls too often. After that I'll work on the gun.
- What other robot(s) is it based on?
- Tron 2.02