chesslablab / php-chess

A chess library for PHP offering move validation, data conversion from one format to another, multiple variants, UCI engine support, explanation of chess positions, and image recognition.
https://chesslablab.github.io/php-chess/
MIT License
108 stars 51 forks source link

Add the doubled pawn evaluation to the chess heuristic picture #71

Closed programarivm closed 3 years ago

programarivm commented 3 years ago

The doubled pawn evaluation should be added to Chess\HeuristicPicture and tested accordingly in Chess\Tests\Unit\HeuristicPictureTest.

For further information please visit:

Keep it up, and happy learning.

vikeng commented 3 years ago

Hi, @programarivm Assign this issue to me