Difference between revisions of "Phantom"

From Robowiki
Jump to navigation Jump to search
m
 
(3 intermediate revisions by the same user not shown)
Line 38: Line 38:
  
 
; How does it dodge bullets?
 
; How does it dodge bullets?
:  
+
: Simple surfing, with randomization to throw off some anti surfer guns.
  
 
; What is this bot's melee strategy?
 
; What is this bot's melee strategy?
: It switches to a modified version of[[RandomMovemenBot]]'s movement in melee. It's tuned for the movement to be more orbiting, so the <code>flattenerFactor</code> is smaller.
+
: It switches to a modified version of [[RandomMovemenBot]]'s movement in melee. It's tuned for the movement to be more orbiting, so the <code>flattenerFactor</code> part of the code is smaller.
  
 
; What does it save between rounds and matches?
 
; What does it save between rounds and matches?
Line 58: Line 58:
  
 
; Does it have any [[White Whale]]s?
 
; Does it have any [[White Whale]]s?
: Any bot with a decent [[Anti surfer]] gun.
+
: Other wave surfers? I really don't know.
 +
 
 +
[[Category:Unreleased Robots|Phantom]]

Latest revision as of 04:34, 7 November 2013

Phantom
Author(s) User:BeastBots101
Extends AdvancedRobot
Targeting still working the targeting a bit...
Movement wave surfing with randomization
Current Version unreleased
Code License closed source

Background Information

Bot Name
Phantom
Author(s)
BeastBots
Extends
AdvancedRobot
What's special about it?
It's movement is quite rare.
Great, I want to try it. Where can I download it?
It's currently unreleased.

Strategy

How does it move?
It uses some basic wave surfing with some randomization added to it. I'm pretty sure it's one of the only ones that uses this type of movement. Also, if it dies too much, it could switch to pure random movement, or pure surfing.
How does it fire?
I'm not so sure about what the targeting will be. Phantom is a mainly experimental bot for it's movement.
How does it dodge bullets?
Simple surfing, with randomization to throw off some anti surfer guns.
What is this bot's melee strategy?
It switches to a modified version of RandomMovemenBot's movement in melee. It's tuned for the movement to be more orbiting, so the flattenerFactor part of the code is smaller.
What does it save between rounds and matches?
Surfing data and movement stats between rounds.

Additional Information

Where did you get the name?
Sounded neat.
May I use your code?
Not right now, but maybe in a bit.
What's next for your robot?
a better gun.
Does it have any White Whales?
Other wave surfers? I really don't know.