I tried a couple of things but they didnt work the way i wanted it to, either the block would move with the character or the block would only move if the character was touching the corner of the block
Develop games in your browser. Powerful, performant & highly capable.
Here you go: drive.google.com/file/d/1gWmuDCdXqwTvVzKiLHpyYyuX8KCDHAGP/view
I used the existing Bomberman example as template. I gave the pushable box the tile movement behavior as well. There are probably better ways of doing it like checking for overlapping at offset but I personally like to use a separate collision box always in front of player because it can double as a separate collision box for melee attacks or spawner for bullets, things like that...