Difference between revisions of "ScalarBot"

From Robowiki
Jump to navigation Jump to search
(Initial commit.)
 
m (Rework)
Line 6: Line 6:
 
}}
 
}}
  
See [[/Version History | Version History]].
+
{{Infobox Robot
 +
| author          = [[User:Xor|Xor]]
 +
| implements      = Interface
 +
| targeting      = kNN [[GuessFactor]] "Pattern Matching"
 +
| movement        = [[Wave Surfing/True Surfing|True Surfing]]
 +
| current_version = 0.012k1
 +
| released        = 2017
 +
| isOpenSource    = no
 +
| isMelee        = no
 +
| isOneOnOne      = yes
 +
}}
 +
 
 +
== Background Information ==
 +
; What's special about it?
 +
: ''The strongest guns have trouble with it's movement, but a [[GuessFactor Targeting|weak gun]] can hit it just as well. ''
 +
 
 +
; How competitive is it?
 +
: ''Current version ranks 9th in APS, 8th in PL. 0.012j8 ranks 5th in PL. ''
 +
 
 +
== Strategy ==
 +
; How does it [[Movement|move]]?
 +
: ''[[Wave Surfing]]''
 +
 
 +
; How does it fire?
 +
: ''kNN [[GuessFactor]] "Pattern Matching"''
 +
 
 +
; What does it save between rounds and matches?
 +
: ''Everything between rounds, nothing between matches''
 +
 
 +
== Additional Information ==
 +
; Where did you get the name?
 +
: ''[[wikipedia:Scalar replacement]]''
 +
 
 +
; Can I use your code?
 +
: ''Not yet. ''
 +
 
 +
; What's next for your robot?
 +
: ''Rewrite. ''
 +
 
 +
; Does it have any [[White Whale]]s?
 +
: ''Some weak bots ;)''
 +
 
 +
; What other robot(s) is it based on?
 +
: ''It's gun is almost the same as [[SimpleBot]]. And it's movement trees are based on [[SimpleBot]]. ''
 +
__NOTOC__ __NOEDITSECTION__

Revision as of 05:51, 14 September 2017

ScalarBot Sub-pages:
Version History - Understanding ScalarBot
ScalarBot
Author(s) Xor
Targeting kNN GuessFactor "Pattern Matching"
Movement True Surfing
Released 2017
Current Version 0.012k1

Background Information

What's special about it?
The strongest guns have trouble with it's movement, but a weak gun can hit it just as well.
How competitive is it?
Current version ranks 9th in APS, 8th in PL. 0.012j8 ranks 5th in PL.

Strategy

How does it move?
Wave Surfing
How does it fire?
kNN GuessFactor "Pattern Matching"
What does it save between rounds and matches?
Everything between rounds, nothing between matches

Additional Information

Where did you get the name?
wikipedia:Scalar replacement
Can I use your code?
Not yet.
What's next for your robot?
Rewrite.
Does it have any White Whales?
Some weak bots ;)
What other robot(s) is it based on?
It's gun is almost the same as SimpleBot. And it's movement trees are based on SimpleBot.