The King can move only one square at a time, vertically, horizontally, or diagonally. While this is obvious on a physical board, in blindfold chess, calculating the legal moves by using the origin and destination squares can provide certainty.
A King can move from a square to another square only if the following condition is met:
This means that if the maximum of the absolute differences in file and rank is 1, it is a legal move. The following expressions represent all 8 possible moves for the King:
Since mathematical explanations alone can be difficult to understand, let's look at some practical examples.