Did you try the link in the description?
LiquidFun
Creator of
Recent community posts
Thanks for the in-depth feedback! You can rotate with the mouse-wheel or with Q/E while building. I think we were missing some polishing of the build-phase. This includes the "can't place item" sound and restarting from the already built car. Both good points which we wanted to implement but didn't manage time-wise.
Regarding the Physics-Engine, we switched to Rapier2D in the middle of the jam, because we noticed that physics joints are not handled correctly in the default engine. And we wanted the car to be a little bit flimsy. We could have just added all objects to a single rigid body, which worked, but that wasn't the flair we were going for.
You can try it easily to see what happens without Rapier2D, if you leave out the rapier_<something>.so / .dll file, and start the exe without it adjacent, then godot will use the default engine. And despite no other changes, car just falls apart. The pieces are only held together by the pinjoints, the parent is a Node2D which doesn't move with the car.
In godot physics the alternative was to have a rigid body as the parent of all of them, and the other parts be a child rigid bodies. But this caused some issues as well, as this isn't how Rigid bodies should be connected. So we spent a lot of time tweaking the initial approach, but the car kept exploding, and then we switched to Rapier2D. which worked much better.
The source code is available if you want to have a look: https://github.com/LiquidFun/Grandpas-Hill-Racer
Oh no! Apparently the .dll / .so files for the Rapier2D physics addon were missing, but when we tested it locally it always worked, because after building the addon files were adjacent to the executable... Sorry for that :(. Here are the updated files: LINUX and WINDOWS. We'd be happy if you can try again.
Oh no! Apparently the .dll / .so files for the Rapier2D physics addon were missing, but when we tested it locally it always worked, because after building the addon files were adjacent to the executable... Sorry for that :(. Here are the updated files: LINUX and WINDOWS. We'd be happy if you can try again.
Well, crap now the aliens have the earth! I have been mislead!
Great short game, nice design clear goal :).
Bit of feedback: would be nice if you could play with one hand (arrows including up arrow) or WASD. Also found a bug on the level where you have the elevator and the 2 guys side by side, if you go with the right one too far to the right you fall off the level. Otherwise great game :)
I played the browser version in chromium (87) on Linux. I think I bug-finished the previous level, and then this one had some wrong state.
Now I tried it in firefox and it worked very well. Completed 12 levels. By far the best game so far! Love the details (like when you step on a box in water, beautiful!) Only criticism I have is that controlling with WASD is very confusing, died numerous times to that, but controlling with mouse was fine. Great game!
Lovely art and music! Absolutely gorgeous! Unfortunately I think have a bug where I cannot play further: https://imgur.com/nW7OjAv? If I go north-west here the block immediately falls down, is this normal?