Advanced Telekinetic Surfing

Welcome to the advanced telekinetic surfing techniques guide.

In this section, we will cover the most complex and mind-bending surfing moves.

From mind control to psychic shredding, you'll learn it all.

Mind Control

With mind control, you can manipulate the waves to do your bidding.

				waveManipulate(wave) {
					return new Wave(wave direction, wave speed);
				}
			

Example use case: Mind Control Examples

Psychic Shredding

With psychic shredding, you can shred the waves like they're nothing.

				shredWave(wave) {
					return new Wave(wave direction * -1, wave speed * -1);
				}
			

Example use case: Psychic Shredding Examples