X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=Board.pm;h=cb2bc71334ae19a10f37d2921a02cad129800369;hp=6df8ecae1326b4bb083f66598c3e5b59a1455b3b;hb=ff5c25b6d3bf5a83c0acd7e4e98a9ea85317456a;hpb=467e50a8cfaf38bd84053401ce4cc652f543ca74 diff --git a/Board.pm b/Board.pm index 6df8eca..cb2bc71 100644 --- a/Board.pm +++ b/Board.pm @@ -230,9 +230,6 @@ sub fen { return join('/', @rows); } -# Returns a compact bit string describing the same data as fen(). -# This is encoded using a Huffman-like encoding, and should be -# typically about 1/3 the number of bytes. sub can_reach { my ($board, $piece, $from_row, $from_col, $to_row, $to_col) = @_;