In a game with grid movement you probably don't want to be using collision and instead some way to know what is at each grid position.
For example:
If position trying to move to is a wall, player cannot move there.