Rules of Movement
A Bishop can move from a square to another square only if the following condition is met:
This means that a move is legal only if the absolute difference in file and rank is equal. Let's look at some examples.
Examples
a6 → f1
- Start Position: a6 =
- Target Position: f1 =
- Calculation:
- File difference:
- Rank difference:
- Result: ✅ Legal Move ( both differences are 5 and equal)
c3 → e5
- Start Position: c3 =
- Target Position: e5 =
- Calculation:
- File difference:
- Rank difference:
- Result: ✅ Legal Move
b2 → e4 (Invalid)
- Start Position: b2 =
- Target Position: e4 =
- Calculation:
- File difference:
- Rank difference:
- Result: ❌ Illegal Move
Other Special Notes
- Always stays on squares of the same color.
- Can control up to 13 squares from the center.