Bot Name
Gemini (member of
GeminiTeam).
Author
Kev.
History
- 2.1
- Added some anti-ram behavior.
- When the enemies get too close to one twin, the other one tries to get close to help.
- 2.0
- Complete rewrite.
- Now uses minimum risk movement.
- 1.2
- Target selection based on the other robot's heading and energy as well as distance.
- Distancing is more fluid.
- Random movement is more flat.
- Tweaking...
- 1.1
- 1.0
Extends
TeamRobot.
What's special about it?
Um...
How competitive is it?
It's currently the
TwinDuel champion.
How does it move?
A cross between
MinimumRiskMovement and
RandomMovement.
How does it fire?
GuessFactorTargeting.
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 data.
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
TwinDuel champion.
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.
Comments, questions, feedback:
You've got an off-by-1 error in your version history =) GeminiTeam won weeks 2-5, four weeks in a row, then Valkiries won because KomariousTeam knocked GeminiTeam out in week 6, then YinYang in week 7, and last week was week 8. -- Voidious
Oops! My mistake, I was too lazy to look it up. Thanks for the heads up. -- Kev