Currently, moves are made with long algebraic notation (e.g. e2e4) but short algebraic notation would be preferred. Will probably require the `chessboard.erl` to calculate all legal moves on the board and store a dictionary of SAN move to move record.
Currently, moves are made with long algebraic notation (e.g. e2e4) but short algebraic notation would be preferred.
Will probably require the
chessboard.erlto calculate all legal moves on the board and store a dictionary of SAN move to move record.