How would I go about counting the number of tiles moved on a tile based board or level?

I want to count the number of tiles my character moves on a board. Think of a chess board. I want to count the number of tiles moved and them disable or reenable collision for the player but first I need to know how to go about counting the number of tiles in the first place.