GLIDER

Published 2023-06-12


Controls
Z to start. L/R arrows speed up or slow down the glider's horizontal movement (always moving to the right). Use the hot air vents to stay afloat as you float as far as you can. You can stop yourself moving by holding left, in order to rise higher off a particular hot air vent before continuing.

Commentary
I've done 'vector' games before, in the sense of art styles based on the old vector screens, but in PICO-8 at least, I've never really done anything with actual vectors. Can't remember if I've done any attempt at physics either. I kind of attempt both of those in this game.

Gravity, hot air vents, and player input all apply changes (forces?) to the glider character's X and Y vectors, you never press a key and move the glider precisely n pixels. And physics, at least at such a super basic level as this, is not too hard to put together. Gravity adds to the Y vector all the time, unless it is at terminal velocity either up or down. It's probably terrible and unrealistic, but at least it feels more real than what I usually do.

I'm trying to give myself a break with the self-deprecation on my music offerings, but there's no denying that this is a fairly short looped track. Please mute if it's annoying, the game has no sound otherwise because I was too preoccupied with other messing.

itch.io page: here.

#1GAM January 2018