chesslablab / tsblab

A chess library for TypeScript.
GNU General Public License v3.0
15 stars 5 forks source link

TDD the Board's updateCastle() method #47

Closed programarivm closed 2 years ago

programarivm commented 2 years ago

The updateCastle() method should be implemented in the Board class in a similar way as it is implemented in Chess\Board. This will eventually allow to implement the play() method and therefore test the heuristic evaluation features in tests/unit/eval/ by using chess opening samples.

Keep it up, and happy coding and learning!