Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 566 Bytes

File metadata and controls

7 lines (4 loc) · 566 Bytes

Errata for the Second Edition

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.

Chapter 3

  • Page 65: "...interface PlayingStrategy, which defines a method computeNextMove." This method was renamed to getLegalMove in version 1.2, the version the book is based on. All mentions to computeNextMove refer to getLegalMove.