The Knight moves in an L-shaped pattern.
A Knight can move from a square to another square only if the following condition is met:
This means the Knight must move either two squares vertically and one square horizontally, or two squares horizontally and one square vertically.
Unless restricted by the edge of the board, a Knight can move to 8 different squares from any given square.