Randomly generated roller coaster

This combines two things that are really cool: random numbers and bezier curves and roller coasters. No guesses for what the third is.

Basically, it generates a number of waypoints that it connects with bezier curves, and it ends up being an interesting shape. Sometimes, the roller coaster can’t make it all the way.

Jam of coasters

I’ve altered the algorithm to make it easier for the carts to make it.

I think I screwed the game up

Make each car remove itself when the last person sitting in it jumps off, and if no one sits in it within 30 seconds.

Too much epic

2 Likes

Make it complete a full circuit perhaps?

TODO: learn how to bezier curve and make something like this