Difference between revisions of "Wave Surfing/GoTo Surfing"

From Robowiki
Jump to navigation Jump to search
m (moved Wave Surfing/GoTo-Style to Wave Surfing/GoTo Surfing: naming consistency)
(rewrite)
Line 1: Line 1:
"GoTo style" is a type of wave surfing where you get to the lowest danger part of the wave by selecting a destination point, rather than direction to move in each tick.
+
A style of [[Wave Surfing]] algorithm that chooses the safest reachable spot on the closest [[Waves|wave(s)]] and moves there directly.
  
== Bots that use this technique ==
+
In contrast, [[Wave Surfing/True Surfing|True Surfing]] chooses from a small number of movement options each tick.
* [[Pugilist]] by [[PEZ]]
+
 
* [[DrussGT]] by [[Skilgannon]]
+
== See also ==
* [[SilverSurfer]] by [[Axe]]
+
 
* [[SniperFrog]] by [[Simonton]]
+
* [[BasicGTSurfer]]
 +
* [[DrussGT]]
 +
* [[SilverSurfer]]
 +
 
 +
[[Category:Movement]]

Revision as of 17:12, 23 April 2010

A style of Wave Surfing algorithm that chooses the safest reachable spot on the closest wave(s) and moves there directly.

In contrast, True Surfing chooses from a small number of movement options each tick.

See also