Difference between revisions of "Yatagan"
Jump to navigation
Jump to search
(Added a bot page for Yatagan.) |
(Add navbox) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
| movement = [[Multi-Mode]] | | movement = [[Multi-Mode]] | ||
| targeting = [[Pattern Matching]] | | targeting = [[Pattern Matching]] | ||
− | | current_version = 1. | + | | current_version = 1.2.3 |
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = false | | isMelee = false | ||
| isOpenSource = true | | isOpenSource = true | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/jk.sheldor.nano.Yatagan_1.2.3.jar |
| source_link = http://robowiki.net/wiki/Yatagan/Source | | source_link = http://robowiki.net/wiki/Yatagan/Source | ||
+ | }} | ||
+ | {{Navbox small | ||
+ | | title = Sub-pages | ||
+ | | page1 = Source | ||
}} | }} | ||
Line 30: | Line 34: | ||
; Great, I want to try it. Where can I download it?''' | ; Great, I want to try it. Where can I download it?''' | ||
− | : http:// | + | : http://robocode-archive.strangeautomata.com/robots/jk.sheldor.nano.Yatagan_1.2.3.jar |
; How competitive is it? | ; How competitive is it? | ||
− | : | + | : Third in the [http://literumble.appspot.com/Rankings?game=nanorumble nanorumble]!. |
== Strategy == | == Strategy == | ||
Line 40: | Line 44: | ||
; How does it fire? | ; How does it fire? | ||
− | : It uses a nano-sized [[Symbolic Pattern Matching]] gun | + | : It uses a nano-sized [[Symbolic Pattern Matching]] gun. The gun is based on [[WeekendObsession]]'s gun and [[Moebius]]'s gun. |
; How does it dodge bullets? | ; How does it dodge bullets? | ||
− | : It monitors the enemy's energy level (using a few brilliant char tricks by [[Miked0801]]) and decides whether or not to reverse direction when it detects an [[Energy Drop]]. | + | : It monitors the enemy's energy level (using a few brilliant <code>char</code> tricks by [[Miked0801]]) and decides whether or not to reverse direction when it detects an [[Energy Drop]]. |
; Is this robot melee-capable? | ; Is this robot melee-capable? | ||
Line 60: | Line 64: | ||
; What's next for your robot? | ; What's next for your robot? | ||
− | : Take the nano throne. Or, failing that, hold second place with a comfortable distance from third. | + | : <strike>Take the nano throne.</strike> Done.<br><strike>Or, failing that, hold second place with a comfortable distance from third.</strike> Done. |
; Does it have any [[White Whale]]s? | ; Does it have any [[White Whale]]s? | ||
− | : Not | + | : Not really. |
[[Category:NanoBots]] | [[Category:NanoBots]] | ||
[[Category:Bots]] | [[Category:Bots]] |
Latest revision as of 07:40, 22 August 2017
Yatagan | |
Author(s) | Sheldor and Skilgannon |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Multi-Mode |
Current Version | 1.2.3 |
Code License | RWPCL |
Download | |
Source |
- Sub-pages:
- Source
Background Information
- Bot Name
- Yatagan
- Author(s)
- Sheldor and Skilgannon
- Extends
- AdvancedRobot
- What's special about it?
- It is jointly developed by Sheldor and Skilgannon.
- Its PM gun is smaller than WeekendObsession's gun, and it is more effective than Moebius's gun.
- Great, I want to try it. Where can I download it?
- http://robocode-archive.strangeautomata.com/robots/jk.sheldor.nano.Yatagan_1.2.3.jar
- How competitive is it?
- Third in the nanorumble!.
Strategy
- How does it move?
- When it dies, it decides between one-way movement, oscillating movement, and Random Movement.
- How does it fire?
- It uses a nano-sized Symbolic Pattern Matching gun. The gun is based on WeekendObsession's gun and Moebius's gun.
- How does it dodge bullets?
- It monitors the enemy's energy level (using a few brilliant
char
tricks by Miked0801) and decides whether or not to reverse direction when it detects an Energy Drop.
- Is this robot melee-capable?
- It won't get disabled if you put it in a battle with more than one opponent, but it won't perform very well.
- What does it save between rounds and matches?
- It saves many things between rounds, but it doesn't intentionally save anything between matches.
Additional Information
- Where did you get the name?
- The yatagan is a short sabre which was used extensively in the Ottoman Empire. wikipedia:Yatagan
- May I use your code?
- Yes, but under the terms of the RWPCL.
- What's next for your robot?
Take the nano throne.Done.Or, failing that, hold second place with a comfortable distance from third.Done.
- Does it have any White Whales?
- Not really.