Difference between revisions of "Wave Surfing/GoTo Surfing"
Jump to navigation
Jump to search
m (moved Wave Surfing/GoTo-Style to Wave Surfing/GoTo Surfing: naming consistency) |
(rewrite) |
||
Line 1: | Line 1: | ||
− | + | A style of [[Wave Surfing]] algorithm that chooses the safest reachable spot on the closest [[Waves|wave(s)]] and moves there directly. | |
− | == | + | In contrast, [[Wave Surfing/True Surfing|True Surfing]] chooses from a small number of movement options each tick. |
− | * [[ | + | |
− | * [[DrussGT | + | == See also == |
− | * [[SilverSurfer]] | + | |
− | + | * [[BasicGTSurfer]] | |
+ | * [[DrussGT]] | ||
+ | * [[SilverSurfer]] | ||
+ | |||
+ | [[Category:Movement]] |
Revision as of 16: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.