Delivery robot almost ready!
So I am making a simple game where you must assist a robot (controlled by an AI) to deliver something across the map. The graphics are horrendous, but there is still some time to improve it (going for the Jam).
I tried making a 3D game in Godot first, but various engine limitations prevented me from using my AI (can't run faster than real-time is a big one). So, I switched to a 2D WebAssembly game, which took a while to get all the libraries (especially Box2D) working with emscripten. So I basically wasted most of the development time. Well, let's see if I can get something playable at least!
