bhlangonijr / chesslib

chess library for legal move generation, FEN/PGN parsing and more
Apache License 2.0
229 stars 80 forks source link

Typo on readme perft() #57

Closed omarpalacios closed 3 years ago

omarpalacios commented 3 years ago

The line List<Move> moves = board.legalModes(); should be: ... legalMoves() I believe.

bhlangonijr commented 3 years ago

thank you @omarpalacios

ZeroOne3010 commented 3 years ago

I have opened PR #59 that fixes this and other issues with the readme.

bhlangonijr commented 3 years ago

Fixed release 1.3.0