Difference between revisions of "WhiteFang"

From Robowiki
Jump to navigation Jump to search
(Created page with "== Background Information == ; Bot Name : ''WhiteFang.'' ; Author : ''dsekercioglu.'' ; Extends : ''AdvancedRobot.'' ; What's special about it? : ''I didn't use an...")
 
Line 23: Line 23:
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: ''Movement strategy - [[Wave Surfing]], [[Random Movement]], etc.''
+
: ''Moves ahead or back by finding similar situations. My own technic.''
  
 
; How does it fire?
 
; How does it fire?
: ''Targeting strategy - [[GuessFactor Targeting]], [[Pattern Matching]], etc.''
+
: ''I think that it is something between PIF and PM but I didn't understand what is PIF. Just found it by graphics of other robots.''
  
 
; How does it [[Dodging Bullets|dodge bullets]]?
 
; How does it [[Dodging Bullets|dodge bullets]]?
: ''Pretty much the same as the movement section.''
+
: ''Moves ahead or back by finding similar situations. My own technic.''
  
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
: ''Melee is a battle with many bots; one-on-one is a battle with only two bots.''
+
: ''It gets closer to the walls. There is no melee radars.''
  
 
; How does it select a target to attack/avoid in [[melee]]?
 
; How does it select a target to attack/avoid in [[melee]]?
: ''Some bots target the first enemy they see; other bots attack the closest enemy; still others choose the target with the greatest [[energy]].''
+
: ''The first enemy it sees.''
  
 
; What does it save between rounds and matches?
 
; What does it save between rounds and matches?
: ''What does the bot store in static global variables (between rounds) and in files (between matches)?''
+
: ''Everything I guess''
 +
 
 +
== Additional Information ==
 +
 
 +
; Where did you get the name?
 +
: ''I was updating Tomahawk then I said myself I can make a bot named WhiteFang but I can't make a new one(White Fang is a book).When I got bored of Tomahawk I tried a new movement system and it worked very well so I continued.''
 +
 
 +
; Can I use your code?
 +
: ''I want people to use their own ideas.''
 +
 
 +
; What's next for your robot?
 +
: ''Improving the targeting system and making it more different from PIF and PM. Making a Fire Power selection system because I lose too many rounds because of high fire power.''
 +
 
 +
; Does it have any [[White Whale]]s?
 +
: ''Nano bots sometimes. I don't know why it is like that.''
 +
 
 +
; What other robot(s) is it based on?
 +
: ''It is not based on any robot. Thanks to Beaming and Skillgannon for helping me to getting into the competition and for the TUR flag(SkillGannon).''
 +
 
 +
[[Category:Templates|Bots]]

Revision as of 20:44, 3 September 2016

Background Information

Bot Name
WhiteFang.
Author
''dsekercioglu.''
Extends
AdvancedRobot.
What's special about it?
I didn't use any technics that has been written in the wiki. I used data saving but everybody does it.
Great, I want to try it. Where can I download it?
The link below will directly download it
https://www.dropbox.com/s/cosxuv6c19kls80/dsekercioglu.WhiteFang_1.0.4.jar?dl=1
How competitive is it?
For me it is very competitive but for some people it may not be.

Strategy

How does it move?
Moves ahead or back by finding similar situations. My own technic.
How does it fire?
I think that it is something between PIF and PM but I didn't understand what is PIF. Just found it by graphics of other robots.
How does it dodge bullets?
Moves ahead or back by finding similar situations. My own technic.
How does the melee strategy differ from One-on-one strategy?
It gets closer to the walls. There is no melee radars.
How does it select a target to attack/avoid in melee?
The first enemy it sees.
What does it save between rounds and matches?
Everything I guess

Additional Information

Where did you get the name?
I was updating Tomahawk then I said myself I can make a bot named WhiteFang but I can't make a new one(White Fang is a book).When I got bored of Tomahawk I tried a new movement system and it worked very well so I continued.
Can I use your code?
I want people to use their own ideas.
What's next for your robot?
Improving the targeting system and making it more different from PIF and PM. Making a Fire Power selection system because I lose too many rounds because of high fire power.
Does it have any White Whales?
Nano bots sometimes. I don't know why it is like that.
What other robot(s) is it based on?
It is not based on any robot. Thanks to Beaming and Skillgannon for helping me to getting into the competition and for the TUR flag(SkillGannon).