Difference between revisions of "Vyper"
Jump to navigation
Jump to search
(migrate) |
m (oops #2) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = | + | {{Infobox Robot |
− | + | | author = [[User:Kev|Kev]] (kc) | |
− | = | + | | extends = [[AdvancedRobot]] |
− | [[ | + | | targeting = [[GuessFactor Targeting]] |
− | = | + | | movement = [[Musashi Trick]], [[Stop And Go]], [[Random Movement]] |
− | + | | current_version = 0.311 | |
− | + | | released = 2006? | |
− | + | | license = [[RWPCL]] | |
− | + | | download_link = http://robocode-archive.strangeautomata.com/robots/kc.mini.Vyper_0.311.jar | |
− | + | | isOpenSource = true | |
− | + | | isMelee = false | |
− | + | | isOneOnOne = true | |
− | + | }} | |
− | + | {{Navbox small | |
− | + | | title = Sub-pages | |
− | + | | page1 = Version History | |
− | + | | page2 = Archived Talk | |
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[ | ||
− | = | ||
− | |||
− | = | ||
− | http:// | ||
− | = | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | = | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == Background Information == | |
+ | ; What's special about it? | ||
+ | : It is my first competitive [[MiniBot]]. It looks like one of high-ranking [[MiniBot|minis]], although it isn't as strong as the [[Wave Surfing]] ones. It is in the [[The 2000 Club/Mini|mini 2000 club]]. | ||
− | + | ; How competitive is it? | |
+ | : '''{{RumbleStatsDefault|link=http://literumble.appspot.com/BotDetails?game=minirumble&name=kc.mini.Vyper%200.311|rumble=MiniRumble|scorelabel=APS|score=83.15|rank=9th|win=620|loss=13|plrank=9th|glicko2=N/A|pwin=97.95|vote=0.79|anpp=90.39|score2label=Survival|score2=91.31}}''' | ||
− | + | == Strategy == | |
+ | ; How does it [[Movement|move]]? | ||
+ | : It is a [[Multi-Mode]] robot, featuring: | ||
+ | :* [[Musashi Trick]], to defeat [[Head-On Targeting]]. | ||
+ | :* [[Stop And Go]], to defeat [[Linear Targeting]]. | ||
+ | :* [[Random Movement]] against everyone else. | ||
+ | : This is very similar to [[Puzzle]]'s movement. | ||
− | + | ; How does it fire? | |
+ | : It uses a double-buffered [[GuessFactor Targeting (traditional)|GuessFactor gun]] similar to [[WaveSerpent]]'s. | ||
− | + | ; How does it [[Dodging Bullets|dodge bullets]]? | |
+ | : It can only dodge bullets from simple guns, with its special tricks. | ||
− | + | ; How does the [[melee]] strategy differ from [[one-on-one]] strategy? | |
+ | : It doesn't have any melee capabilities. | ||
− | + | ; What does it save between rounds and matches? | |
+ | : It saves its [[Multi-Mode|movement mode]] and [[VCS|targeting data]] between rounds, nothing between matches. | ||
− | + | == Additional Information == | |
+ | ; Where did you get the name? | ||
+ | : A Vyper is another type of sci-fi tank, similar to a WaveSerpent, but smaller. | ||
− | + | ; Can I use your code? | |
+ | : Sure, it's released under the terms of the [[RWPCL]]. | ||
− | + | ; What's next for your robot? | |
+ | : [[Kev]] hasn't updated Vyper since 2007. | ||
+ | |||
+ | ; Does it have any [[White Whale]]s? | ||
+ | : [[Ramming Movement|Rammers]] give Vyper some trouble. | ||
+ | |||
+ | ; What other robot(s) is it based on? | ||
+ | : The movement is very similar to [[Puzzle]]'s, with the [[Random Movement]] coming directly from [[Thorn]], and the gun is similar to [[WaveSerpent]]'s. Besides that, I looked to [[Raiko]] for [[Code Size|code size]] reducing tricks. | ||
+ | __NOTOC__ __NOEDITSECTION__ |
Latest revision as of 02:12, 28 September 2017
Vyper | |
Author(s) | Kev (kc) |
Extends | AdvancedRobot |
Targeting | GuessFactor Targeting |
Movement | Musashi Trick, Stop And Go, Random Movement |
Released | 2006? |
Current Version | 0.311 |
Code License | RWPCL |
Download |
- Sub-pages:
- Version History - Archived Talk
Background Information
- What's special about it?
- It is my first competitive MiniBot. It looks like one of high-ranking minis, although it isn't as strong as the Wave Surfing ones. It is in the mini 2000 club.
- How competitive is it?
- MiniRumble ‒ APS: 83.15% (9th), PL: 620-13 (9th), Survival: 91.31%
Strategy
- How does it move?
- It is a Multi-Mode robot, featuring:
- Musashi Trick, to defeat Head-On Targeting.
- Stop And Go, to defeat Linear Targeting.
- Random Movement against everyone else.
- This is very similar to Puzzle's movement.
- How does it fire?
- It uses a double-buffered GuessFactor gun similar to WaveSerpent's.
- How does it dodge bullets?
- It can only dodge bullets from simple guns, with its special tricks.
- How does the melee strategy differ from one-on-one strategy?
- It doesn't have any melee capabilities.
- What does it save between rounds and matches?
- It saves its movement mode and targeting data between rounds, nothing between matches.
Additional Information
- Where did you get the name?
- A Vyper is another type of sci-fi tank, similar to a WaveSerpent, but smaller.
- Can I use your code?
- Sure, it's released under the terms of the RWPCL.
- What's next for your robot?
- Kev hasn't updated Vyper since 2007.
- Does it have any White Whales?
- Rammers give Vyper some trouble.
- What other robot(s) is it based on?
- The movement is very similar to Puzzle's, with the Random Movement coming directly from Thorn, and the gun is similar to WaveSerpent's. Besides that, I looked to Raiko for code size reducing tricks.