Difference between revisions of "Vergere"
Jump to navigation
Jump to search
m (Formatting) |
m (Organization) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{{prologue|}}} | {{{prologue|}}} | ||
− | |||
{{Infobox Robot | {{Infobox Robot | ||
| author = [[User:Origin|Origin]] | | author = [[User:Origin|Origin]] | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
− | | targeting = [[ | + | | targeting = [[HOT]] |
+ | | movement = Combined: | ||
+ | * [[Oscillator Movement]] | ||
+ | * [[Random Movement]] | ||
* [[HOT]] | * [[HOT]] | ||
− | + | | current_version = 0.1 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | current_version = 1 | ||
| license = [[ZLIB]] | | license = [[ZLIB]] | ||
| download_link = | | download_link = | ||
| isOpenSource = yes | | isOpenSource = yes | ||
− | | isMelee = | + | | isMelee = no |
| isOneOnOne = yes | | isOneOnOne = yes | ||
}} | }} | ||
Line 24: | Line 19: | ||
| page1 = Version History | | page1 = Version History | ||
}} | }} | ||
+ | |||
+ | == Background Information == | ||
; What's special about it? | ; What's special about it? | ||
− | : | + | : Was made in less than an hour. Codesize: 175 bytes. |
; Great, I want to try it. Where can I download it? | ; Great, I want to try it. Where can I download it? | ||
− | : You can download | + | : You can download Vergere here! |
; How competitive is it? | ; How competitive is it? | ||
Line 36: | Line 33: | ||
; How does it [[Movement|move]]? | ; How does it [[Movement|move]]? | ||
− | : It | + | : It combines [[Oscillator Movement]] and [[Random Movement]], moving perpendicular to the enemy for a set distance before randomly choosing a new lateral (relative to enemy) direciton. |
; How does it fire? | ; How does it fire? | ||
− | : | + | : Uses [[HOT|Head on Targeting]] |
− | |||
; How does it [[Dodging Bullets|dodge bullets]]? | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
− | : | + | : It does not implement any active dodging. |
; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ||
− | : It doesn't, currently. | + | : It doesn't, currently. (Designed for [[1v1|One-on-one]]) |
− | |||
− | |||
− | |||
; What does it save between rounds and matches? | ; What does it save between rounds and matches? | ||
− | : | + | : Nothing. It barely stores information between turns. |
== Additional Information == | == Additional Information == | ||
; Where did you get the name? | ; Where did you get the name? | ||
− | : | + | : Vergere is a little-known character in Star Wars (now Legends). She was the first user of "The art of the small", a unique force technique. Because this is my smallest robot yet, I thought the name was fitting. |
; Can I use your code? | ; Can I use your code? | ||
− | : | + | : Sure! (Although there isn't much...) |
: Any use of my code must follow the [[ZLIB|ZLib License]]. | : Any use of my code must follow the [[ZLIB|ZLib License]]. | ||
− | |||
; What's next for your robot? | ; What's next for your robot? | ||
− | : | + | : Nothing planned at the moment. If I have an idea, this page will be updated. |
; Does it have any [[White Whale]]s? | ; Does it have any [[White Whale]]s? | ||
Line 71: | Line 63: | ||
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
+ | : None. This was a rushed bot that I thought up for a challenge. | ||
− | + | [[Category:NanoBots]] | |
− | |||
− | |||
− | |||
− | [[Category: |
Latest revision as of 05:34, 21 June 2018
Vergere | |
Author(s) | Origin |
Extends | AdvancedRobot |
Targeting | HOT |
Movement | Combined: |
Current Version | 0.1 |
Code License | ZLIB |
- Sub-pages:
- Version History
Background Information
- What's special about it?
- Was made in less than an hour. Codesize: 175 bytes.
- Great, I want to try it. Where can I download it?
- You can download Vergere here!
- How competitive is it?
- N/A (Awaiting RoboRumble results.)
Strategy
- How does it move?
- It combines Oscillator Movement and Random Movement, moving perpendicular to the enemy for a set distance before randomly choosing a new lateral (relative to enemy) direciton.
- How does it fire?
- Uses Head on Targeting
- How does it dodge bullets?
- It does not implement any active dodging.
- How does the melee strategy differ from One-on-one strategy?
- It doesn't, currently. (Designed for One-on-one)
- What does it save between rounds and matches?
- Nothing. It barely stores information between turns.
Additional Information
- Where did you get the name?
- Vergere is a little-known character in Star Wars (now Legends). She was the first user of "The art of the small", a unique force technique. Because this is my smallest robot yet, I thought the name was fitting.
- Can I use your code?
- Sure! (Although there isn't much...)
- Any use of my code must follow the ZLib License.
- What's next for your robot?
- Nothing planned at the moment. If I have an idea, this page will be updated.
- Does it have any White Whales?
- None presently.
- What other robot(s) is it based on?
- None. This was a rushed bot that I thought up for a challenge.