chesslablab / php-chess

A chess library for PHP offering move validation, common formats, multiple variants, UCI engine support, explanation of chess positions, and image recognition.
https://chesslablab.github.io/php-chess/
MIT License
110 stars 52 forks source link

TDD the Chess\Computer\Guess class #530

Closed programarivm closed 6 months ago

programarivm commented 6 months ago

Chess\Computer\Guess will create a computer-generated response to the current position based on the heuristic balance calculated in Chess\Heuristics\FenHeuristics.