Awesome game! Nice fluid animations and nice gameplay. I had some problems with the motion controls at first, but I got used to it.
tasty-rhino
Creator of
Recent community posts
It's quite funny that we both came up with similar concepts, but still took it in different directions. Very nice game altogether. It feels very polished and clean. Sadly I only made it to level 4, where my past selfs were stressing me out too much. This could as well be a horror game, for me at least ;)
Thanks a lot. OK now I'm curious. What problem do you have with the controls? Is it because of the rotation which works as impulse instead of continuous force? I haven't known the Trials series. The controls are like another game which is Elasto Mania.
The physics are made with box2D obviously and for the terrain graphics I used PolygonSprite which is standard libGDX. I have not quite understood why the texture scaling works like it works, though. You can view the code under https://github.com/resclify/A_lovely_day (it's kinda messy). The terrain outline line is a dirty hack - a ShapeRenderer call.