I think that giving some way of easier vertical movement and also making it so that kicking objects is a little easier would be really useful! The terrain deformation was impressive! How did you make that?
Thank you for playing! I tried several different approaches, including polygon clipping, but I needed it to work over a large terrain area, which caused a lot of lag. So I looked for a better solution and found this open-source repository: link