lx_chess_cr/src/lx_chess
Alex Clink d7623482fd Make SAN case sensitive, add ability to specify from to squares
moves that specify the b column get confused with the symbol for
a bishop. More regex magic required for case insensitivity
2021-09-12 23:37:31 -04:00
..
board.cr Add en passant move generation 2021-09-12 15:49:19 -04:00
error.cr Add notation parser 2021-09-07 00:12:35 -04:00
fen.cr Add en passant move generation 2021-09-12 15:49:19 -04:00
game.cr Make SAN case sensitive, add ability to specify from to squares 2021-09-12 23:37:31 -04:00
move_set.cr Generate all pseudolegal moves 2021-09-11 00:07:22 -04:00
notation.cr Make SAN case sensitive, add ability to specify from to squares 2021-09-12 23:37:31 -04:00
piece.cr Make SAN case sensitive, add ability to specify from to squares 2021-09-12 23:37:31 -04:00
player.cr Make SAN case sensitive, add ability to specify from to squares 2021-09-12 23:37:31 -04:00
term_board.cr Add en passant move generation 2021-09-12 15:49:19 -04:00
terminal.cr Add pawn captures, FEN placement, board turns 2021-09-11 23:20:00 -04:00
version.cr Initial commit 2021-09-02 23:20:21 -04:00