A chess library for PHP offering move validation, common formats, multiple variants, UCI engine support, explanation of chess positions, and image recognition.
A new evaluation feature called Chess\Eval\DeflectionEval needs to be implemented in the php-chess/src/Eval folder. The PHPUnit tests are to be written in the php-chess/tests/unit/Eval/DeflectionEvalTest.php file accordingly.
A new evaluation feature called
Chess\Eval\DeflectionEval
needs to be implemented in the php-chess/src/Eval folder. The PHPUnit tests are to be written in thephp-chess/tests/unit/Eval/DeflectionEvalTest.php
file accordingly.See: