Amazing artwork ngl! Its impressive that you created the robot from scratch for a game jam! Here are some feedbacks:
- The performance is a bit concerning especially on running on web. Pretty sure is caused by the massive amount of trees in the terrain. For this you can try occlusion culling which you can look it up on the web and see how it works. Basically it will cull all the static items that is not rendered by the camera which can save up a ton of performance.
- Like others have mentioned, the camera is a bit difficult to control since it depends on purely keyboard input but not mouse input. I think it will feel a lot better with the mouse input for camera control.
- At first I wasnt sure what to do since no visual indication / tutorial so im a bit confuse. For now i just feel like im wandering endlessly. Somehow i dont see any HUD like the battery gauge too for some reason.
- Would love to have some audio feedback whenever you activate something / pick up something / low on battery.
- The main menu does looks very nice tho. I appreciate the hard work you put into it ;D
But overall great work tho. I wonder how it will go if you expand it in the future. Hope these helps!