Jairo's Life

What is Jairo's Life?

Jairos life is a open-sorce game written in typescript for the web made as my entry for Olc Code Jam 2022. Jairos life is a simple game were you control Jairo, a simple ball who live in a world of constant weather change and that aparently live rolling around just enjoying some particle effects, and music. 

You only objective is existence, yeah its lame, just like real life :).

Controls

A, D: Move sideways

Space:  Jump

1 , 2 . 3 : Change between snow, rain, and sun

Github page: 

https://github.com/ViSilvester/Jairos-Life

Comments

Log in with itch.io to leave a comment.

Nice! You can never have too many balls!

I'm really interested to see how you were able to draw the moving terrain like that, that was awesome!

Hi yakulbeans, if you are a OLC viewer, the moving terrain isnt mutch different then the implementation that javid made in his "tile-base platformer" videos. The only diferrence is that instead to shift the tile position i shifted the points that made the terrain. If you want to go in depth, the sorce code is totally available. 

hello, i really like the simulation, i only have 1 tip: you could implement smooth movement in the way avid does it in many of his video's. currently, the bal stops moving very abrupt, wich gives the illusion the bal goes backwards.

Thanks for the comment, and fun enough that actually was how I made it for the first time XD. I removed for tests of the collision detection and forgot to put it back.