Rules of Movement
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:
- Horizontal Movement:
- Vertical Movement:
- Diagonal Movement:
Since mathematical explanations alone can be difficult to understand, let's look at some practical examples.
Examples
e4 → e5 (Vertical)
- Start Position: e4 =
- Target Position: e5 =
- Calculation:
- File difference:
- Rank difference:
- Maximum value:
- Result: ✅ Legal Move
d3 → e4 (Diagonal)
- Start Position: d3 =
- Target Position: e4 =
- Calculation:
- File difference:
- Rank difference:
- Maximum value:
- Result: ✅ Legal Move
c2 → e4 (Invalid)
- Start Position: c2 =
- Target Position: e4 =
- Calculation:
- File difference:
- Rank difference:
- Maximum value:
- Result: ❌ Illegal Move