Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

If you want the code, I would recommend you to wait a few days because i am currently working on it. The new version will include a brand new collision system witch is waaaaay faster.

that's great! would be nice to see it!

Tanks :) Once I have finished it I will post it on GitHub. I will keep you on updated! :)

i used to implement my physics in my platformer game(posted here on itch) and it works, but it feels too hard and requires time to master jumping skill, so that's the reason why i look for something better. I could use Box2d, but it's overkill for platformers with simple physics.

I finished the new engine :) It now handles particles fx. I’ll post it this afternoon on itch and gitub :)

cool! can you provide a link to your github?

(1 edit) (+1)

https://github.com/Astroloico/JetJumper

Here it is :)


There is also an explanation of the games structure in the README.md file beccause my code is pretty messy ;)