Difference between revisions of "GeminiTeam"
Jump to navigation
Jump to search
(migrating from old wiki) |
(Fix broken link and update ranking) |
||
Line 7: | Line 7: | ||
| current_version = 2.1 | | current_version = 2.1 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/kc.twins.GeminiTeam_2.1.jar |
| isOpenSource = yes | | isOpenSource = yes | ||
}} | }} | ||
Line 21: | Line 21: | ||
; How competitive is it? | ; How competitive is it? | ||
− | : It is currently | + | : It is currently in second place in the Twin Duel Rumble, only losing to [[LunarTwins]]. |
== Strategy == | == Strategy == |
Latest revision as of 10:12, 22 August 2017
GeminiTeam | |
Author(s) | Kev |
Extends | TeamRobot |
Targeting | GuessFactor Targeting |
Movement | Minimum Risk Movement, Random Movement |
Current Version | 2.1 |
Code License | RWPCL |
Download |
- Sub-pages:
- Version History
Background Information
- What's special about it?
- It has been one of the strongest Twin Duel teams since the second week of competition.
- How competitive is it?
- It is currently in second place in the Twin Duel Rumble, only losing to LunarTwins.
Strategy
- How does it move?
- A cross between Minimum Risk Movement and Random Movement.
- How does it fire?
- GuessFactor Targeting.
- How does it dodge bullets?
- Luck.
- How does the melee strategy differ from one-on-one strategy?
- The risk function and reverse chance change in duels.
- How does it select a target to attack/avoid in melee?
- It attacks the nearest target.
- What does it save between rounds and matches?
- GuessFactor / Visit Count Stats data.
Additional Information
- Where did you get the name?
- From the sign of the zodiac (the twins).
- Can I use your code?
- Sure, it's released under the terms of the RWPCL.
- What's next for your robot?
- Staying the Twin Duel champion.
- Does it have any White Whales?
- The LunarTwins give it the most trouble so far.
- What other robot(s) is it based on?
- I looked at LuminariousDuo and HawkOnFire for code size reducing tricks.