Package utils.notationFormatter

Types

ChessNotationInput
Link copied to clipboard
class ChessNotationInput : NotationFormatter
ChessNotationInput Converts standard ches notation to Coordinate2D and Coordinate2D, Move2D to readable string format.
ChessNotationInput3D
Link copied to clipboard
class ChessNotationInput3D
ChessNotationInput Converts standard ches notation to Coordinate3D and Coordinate3D, Move3D to readable string format.
ChessNotationInputHex
Link copied to clipboard
class ChessNotationInputHex
ChessNotationInput Converts standard ches notation to Coordinate2D and Coordinate2D, MoveHex to readable string format.
NotationFormatter
Link copied to clipboard
interface NotationFormatter
Interface for a notation formatter to be used by front end console implementations.