
Orbyte
Navigate a dynamic space simulation where every movement counts. Harness orbital momentum to slingshot between planets, dodge deadly asteroid fields, loop around intense gravitational pulls, and survive the simulation.
No matter what, Stay In Orbit.
Music by: CurlyChopz [ https://www.chopz.online/ ]
Comments
Log in with itch.io to leave a comment.
Very cool! How did you do the orbit "jiggle" on 4x speed? Is there added randomness or is that just the effect of updating the sim that quickly?
thanks! its just the effect the speed has on the prediction
(Developer here) It jiggles because the framerate is significantly faster than the update rate of the line. When sped up, the scene changes a lot between updates.
That plus the instability of the simulation making it change the predicted outcome a bit after each update.