Difference between revisions of "WaveRammer"
Jump to navigation
Jump to search
(New page: {{Infobox Robot | name = WaveRammer | author = Nat, Voidious | extends = AdvancedRobot | targeting = [[GuessFactor_Targeting (traditional)...) |
(Mass-edit Robocode Repository URLs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Robot | {{Infobox Robot | ||
| name = [[WaveRammer]] | | name = [[WaveRammer]] | ||
− | | author = [[Nat | + | | author = [[Nat]] |
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
| targeting = [[GuessFactor_Targeting (traditional)|GuessFactor Targeting]] | | targeting = [[GuessFactor_Targeting (traditional)|GuessFactor Targeting]] | ||
Line 7: | Line 7: | ||
| current_version = 1.0 | | current_version = 1.0 | ||
| license = none | | license = none | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/wiki.WaveRammer_1.0.jar |
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = false | | isMelee = false | ||
Line 15: | Line 15: | ||
This is a surfing rambot. It try to get close while surfing enemy waves. Once it get close enough, it start to ram enemy. | This is a surfing rambot. It try to get close while surfing enemy waves. Once it get close enough, it start to ram enemy. | ||
− | The code is from Komarious. I owned nothing so it in wiki package. | + | The code is from Komarious. I owned nothing, even the ideas, so it in wiki package. |
+ | |||
+ | Credit: [[Rednaxela]] for his ideas and [[Voidious]] for his surfing! | ||
+ | |||
+ | Now, it isn't very good at ramming. The ram percentage is ~0.3% so I can't enter it to RambotChallengeY2K6. The funniest thing is my enemy get more ram damage score than me! | ||
== Background Information == | == Background Information == | ||
Line 43: | Line 47: | ||
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ | ||
− | [[Category: | + | [[Category:Bots]] |
Latest revision as of 03:47, 18 August 2017
WaveRammer | |
Author(s) | Nat |
Extends | AdvancedRobot |
Targeting | GuessFactor Targeting |
Movement | Wave Surfing |
Current Version | 1.0 |
Code License | none |
Download |
This is a surfing rambot. It try to get close while surfing enemy waves. Once it get close enough, it start to ram enemy.
The code is from Komarious. I owned nothing, even the ideas, so it in wiki package.
Credit: Rednaxela for his ideas and Voidious for his surfing!
Now, it isn't very good at ramming. The ram percentage is ~0.3% so I can't enter it to RambotChallengeY2K6. The funniest thing is my enemy get more ram damage score than me!
Background Information
- What's special about it?
- Ever you heard of Surfing Rambot?
- How competitive is it?
- We'll see
Strategy
- How does it move?
- It surf enemy waves while try to get closer and ram him!
- How does it fire?
- GuessFactor Targeting
Additional Information
- Can I use your code?
- Sure, no license.
- What other robot(s) is it based on?
Komarious: both surfing and gun. I just crate ramming code!