There is a bug in the code to display the number of steps taken at the end of the
game. In
Game_DisplayFinalScore the code automatically adds 1 to any value in order to display the
correct digit, however when it needs to display a leading zero before any digit
it displays a '1' instead of a '0'.