This is just a demo, I want to build a "jumping" game but I need a reliable engine, I also would like to make said engine open without any game fluff to the public. For modders and such. You can access the source code in full documentation by clicking see inside and to use the engine in one of your own projects, click Remix.
I will keep all versions of the Engine posted if you would like to use an older version. Please add suggestions in the comments. It cant get better if I don't know how. I would like to keep this engine as lightweight as possible so it is as easy to mod as possible. Changelog: 4/27/2023: V1.01, Fixed the bug where the ball would not fall down sometimes when it lost contact with the black wall. 4/28/2023: V1.02, Added ball acceleration when moving side to side. Added inertia so when you stop pressing the arrow the ball needs to slow down and when you switch directions the ball needs to stop before accelarating in the opposite direction.