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

Document Chess\Eval\DefenseEval with comments #621

Closed Neel-07 closed 1 month ago

Neel-07 commented 1 month ago

closes #607

programarivm commented 1 month ago

Thank you @Neel-07 for contributing to this repo.

The file has been updated to stick with the comment convention used in src/Eval/CheckabilityEval.php

Happy learning!