Package Game

Class Move

java.lang.Object
Game.Move

public class Move extends Object
Represents a chess move, including the piece being moved, its original and new positions, and any captured piece.

Stores all information needed to validate or execute a move on the Board, including old and new coordinates and any piece that might be captured at the destination.

See Also: