If you spot a problem in the second edition that is not listed here, please open an issue. I do not accept pull requests on this repo, but I acknowledge reporters on the main page.
- Page 65: "...interface
PlayingStrategy, which defines a methodcomputeNextMove." This method was renamed togetLegalMovein version 1.2, the version the book is based on. All mentions tocomputeNextMoverefer togetLegalMove.