Samekh

From Robowiki
Revision as of 17:45, 26 September 2009 by Nat (talk | contribs) (basic info on this bot)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Samekh
Author(s) Nat
Extends AdvancedRobot
Targeting Raiko Gun
Movement Wave Surfing
Current Version 0.1
Code License NPRL/2.1
Download
Source
Sub-pages:
Version History

Background Information

What's special about it?
Nothing, unless you count it has 250+ surfing buffers.
How competitive is it?
We'll see.

Strategy

How does it move?
True Surfing with precise wave intersection. I use modified DrussGT buffer system so it has 100 surfing buffers, 50 flatteners buffer and 100 non-firing wave surfing buffers.
How does it fire?
Currently it use Raiko's Gun, but will change later.
What does it save between rounds and matches?
Nothing between matches.

Additional Information

Can I use your code?
Sure, it's NPRL/2.1.
Does it have any White Whales?
We'll see
What's the next for this robot?
Tweaks.
What other robot(s) is it based on?
  • The buffer system is shamelessly copy from DrussGT.
  • The precise wave intersection code modified from DrussGT.
  • Wall distance/smoothing code is from Simonton (via DrussGT)
  • KdTree (bullet power tree for non-firing wave surfing) and BinUtils are Rednaxela's
  • Movement Predictor base very loosely on Apollon (not visible)
  • The code is based on BasicSurfer.
  • I learn a lot from Dookious too.