I'm trying to create a top down puzzle game, and one of the objects is supposed to be a block that the player can push.
This block has to block movement, and be pushed at the player's maxspeed until it hits something it cannot move through
I have tried many different ways but nothing really works. What's causing most of the issue is the player, upon collision, stops movement. Well that and a few other issues.
So for a top down puzzle game with a pushable block, do you have any ideas how I could impliment it?