Skip to content

akondas/php-grandmaster

Repository files navigation

PHP-Grandmaster - chess engine written in PHP

Minimum PHP Version Build Status AWS Lambda

Inspiration from great post: A step-by-step guide to building a simple chess AI

Tutorial

Write your own simple chess AI in PHP

Live demo running on AWS Lambda - serverless PHP

https://arkadiuszkondas.com/php-grandmaster/

Local demo

Run local web server and play :D

php -S localhost:8000 -t public

Performance check

composer benchmark

License

php-grandmaster is released under the MIT Licence. See the bundled LICENSE file for details.

Author

Arkadiusz Kondas (@ArkadiuszKondas)