fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.22k stars 1.23k forks source link

Can walk into a block from corner #104

Closed ghost closed 5 years ago

uuk0 commented 5 years ago

the problem is the collision detection which only goes through the direct block next the player, not the diagonal block which causes to have no collision with the block because the programm doesn't know that you are going to be in the block

ghost commented 5 years ago

Let me try it