Inspiration from great post: A step-by-step guide to building a simple chess AI
Write your own simple chess AI in PHP
https://arkadiuszkondas.com/php-grandmaster/
Run local web server and play :D
php -S localhost:8000 -t public
composer benchmark
php-grandmaster is released under the MIT Licence. See the bundled LICENSE file for details.
Arkadiusz Kondas (@ArkadiuszKondas)