It took me a little to understand the game. I'd recommend adding some sort of tutorial or just an explanation on the itch page. Adding borders so the player cant move off screen could also help.
Viewing post in Gem Dude jam comments
Thank you so much for giving the time to try out my game! Definitely needs a tutorial, and I'll actually act on your suggestion and put some basic instructions on the page. The issue with the clipping, so basically because I'm updating the players position instead of applying velocity the player is basically just able to go through and in collisions lol. I needed to add raycasts to check if there is a wall to stop movement but sadly did not have to time to implement. Thank you for the feedback!