Difference between revisions of "Raiko"
Jump to navigation
Jump to search
m |
|||
Line 8: | Line 8: | ||
| author = [[User:Jamougha|Jamougha]] | | author = [[User:Jamougha|Jamougha]] | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
− | | targeting = [[ | + | | targeting = [[GuessFactor Targeting (traditional)|GuessFactor Targeting]] |
| movement = [[Random Movement|Random Movement]] | | movement = [[Random Movement|Random Movement]] | ||
− | | current_version = 0. | + | | current_version = 0.43 |
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http://www.robocoderepository.com/BotFiles/ | + | | download_link = http://www.robocoderepository.com/BotFiles/1922/jam.mini.Raiko_0.43.jar |
| isOpenSource = yes | | isOpenSource = yes | ||
− | | isOneOnOne = | + | | isOneOnOne = yes |
}} | }} | ||
== Background Information == | == Background Information == |
Revision as of 19:16, 6 July 2015
- Sub-pages:
- Version History - Archived Talk 20090429
Raiko | |
Author(s) | Jamougha |
Extends | AdvancedRobot |
Targeting | GuessFactor Targeting |
Movement | Random Movement |
Current Version | 0.43 |
Code License | RWPCL |
Download |
Background Information
- What's special about it?
|
- How competitive is it?
- It's still #7 in the MiniBot rankings after several years without updates.
Strategy
- How does it move?
- It circles the other bot. If Math.random() exceeds a certain number then it circles the other way.
- How does it fire?
- It uses GuessFactor Targeting with segmentation on distance, lateral acceleration, elapsed time since the opponent last changed velocity, enemy absolute velocity and whether the opponent is heading for a wall.
- How does it dodge bullets?
- 0.3 and later versions react to the opponent's firepower.
- How does the melee strategy differ from one-on-one strategy?
- Don't know. Never tried it in Melee...
- What does it save between rounds and matches?
- The details of the guess factors are saved.
Additional Information
- Where did you get the name?
- Raiko is the name of an 11th century Japanese hero, famous for slaying giants.
- Can I use your code?
- It should be in the bot jar, help yourself. Use is under the terms of the RWPCL.
- What's next for your robot?
- Better movement, refined gun.
- Does it have any White Whales?
- We'll see.