Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akondas/php-grandmaster
Chess engine written in PHP
https://github.com/akondas/php-grandmaster
artificial-intelligence chess-ai chess-engine chess-game php
Last synced: 17 days ago
JSON representation
Chess engine written in PHP
- Host: GitHub
- URL: https://github.com/akondas/php-grandmaster
- Owner: akondas
- License: mit
- Created: 2016-07-28T11:04:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:04:44.000Z (over 1 year ago)
- Last Synced: 2024-10-11T13:13:40.224Z (about 1 month ago)
- Topics: artificial-intelligence, chess-ai, chess-engine, chess-game, php
- Language: PHP
- Homepage: https://arkadiuszkondas.com/php-grandmaster/
- Size: 254 KB
- Stars: 112
- Watchers: 11
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP-Grandmaster - chess engine written in PHP
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg)](https://php.net/)
[![Build Status](https://travis-ci.org/akondas/php-grandmaster.svg?branch=master)](https://travis-ci.org/akondas/php-grandmaster)
[![AWS Lambda](https://img.shields.io/badge/AWS%20Lambda-deployed-green.svg)](https://arkadiuszkondas.com/php-grandmaster/)Inspiration from great post: [A step-by-step guide to building a simple chess AI](https://medium.freecodecamp.org/simple-chess-ai-step-by-step-1d55a9266977)
## Tutorial
**[Write your own simple chess AI in PHP](https://arkadiuszkondas.com/write-your-own-simple-chess-ai-in-php/)**
## Live demo running on AWS Lambda - serverless PHP
**[https://arkadiuszkondas.com/php-grandmaster/](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)