Package com.chess.backend.gamemodel.abstractmoves
package com.chess.backend.gamemodel.abstractmoves
-
ClassesClassDescriptionRepresents the implementation of a move backward.Represents the implementation of a diagonal move.Represents the implementation of a move forward.Represents the implementation of a knight move (every direction).Represents the implementation of a move to the left.Represents the implementation of a one-step move backward.Represents the implementation of a one-step move diagonal (every direction).Represents the implementation of a one-step move forward.Represents the implementation of a one-step move to the left.Represents the implementation of a one-step move to the right.Represents the implementation of a pawn capture move backward.Represents the implementation of a pawn capture move forward.Represents the implementation of a move to the right.Represents the implementation of a initial pawn two-step move backwards.Represents the implementation of a initial pawn two-step move backwards.Represents the implementation of a cannon shoot.