Downhill Rush
Navigate your little capsule friend down the twisty turny slopes of the mountain. How far can you get?
The character is controlled by the left and right movement of your mouse!
Known Bugs:
- The web build has poor graphics; download a native version from the Itch page to fix it.
Technical Details:
- Written in Rust using the Bevy Engine.
- The track is procedurally generated by layering sine waves together and applying a cardinal spline to get smooth motion and the velocity and acceleration at each point in the spline.
- The cardinal spline is used to generate the track, and the acceleration of each point in the spline is used to create some nice curves.
- The camera uses the same cardinal spline for movement.
- Physics is achieved with a sphere that rolls down the hill. This creates an arcade skiing effect but could do with some more tuning.
Install instructions
The game only requires the standalone executable to run. Native builds are faster and have better graphics than the web build.
Leave a comment
Log in with itch.io to leave a comment.