A chess library for PHP offering move validation, common formats, multiple variants, UCI engine support, explanation of chess positions, and image recognition.
Chess\Computer\Guess will create a computer-generated response to the current position based on the heuristic balance calculated in Chess\Heuristics\FenHeuristics.
Chess\Computer\Guess
will create a computer-generated response to the current position based on the heuristic balance calculated inChess\Heuristics\FenHeuristics
.