I really liked it, although I'm pretty dumb so I pretty much guessed every level XD
Anogrm
416
Posts
2
Topics
40
Followers
16
Following
A member registered Feb 14, 2018 · View creator page →
Creator of
Driving game, where you're constantly doing donuts... On top of a donut.
Racing
Play in browser
Recent community posts
Escape From Area 67 - Jam Edition jam comments · Posted in Escape From Area 67 - Jam Edition jam comments
Approaching Zero (game jam version) jam comments · Posted in Approaching Zero (game jam version) jam comments
Thank you! For the strings I just played around with the line renderer component in Unity.
I add positions to the line in code and then use the sin function to create the wave effects.
Also the colours are done by making a gradient in the script and then adding Time.deltaTime to the hue. Then applying that to the line renderer.