All Projects → akondas → php-grandmaster

akondas / php-grandmaster

Licence: MIT license
Chess engine written in PHP

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to php-grandmaster

stockfish-chess-web-gui
Responsive chess web GUI to play against the Stockfish 10 chess engine. Multiple web GUI implementations have also been included.
Stars: ✭ 21 (-79%)
Mutual labels:  chess-engine, chess-game
OpenChess
A cross-platform chess game.
Stars: ✭ 18 (-82%)
Mutual labels:  chess-engine, chess-game
Walleye
A chess engine written from scratch in Rust ♞
Stars: ✭ 82 (-18%)
Mutual labels:  chess-engine, chess-ai
lc0-docker
lc0docker: run lc0 chess client and lichess bot under Docker and Kubernetes
Stars: ✭ 26 (-74%)
Mutual labels:  chess-engine, chess-ai
JChineseChess
Simple Chinese Chess Game(简单的安卓中国象棋游戏)
Stars: ✭ 71 (-29%)
Mutual labels:  chess-game, chess-ai
fastchess
Predicts the best chess move with 27.5% accuracy by a single matrix multiplication
Stars: ✭ 75 (-25%)
Mutual labels:  chess-engine, chess-ai
Bit-Genie
UCI chess engine in C++
Stars: ✭ 19 (-81%)
Mutual labels:  chess-engine, chess-ai
renpy-chess
A chess GUI built with Ren'Py, python-chess, and Stockfish. Version 2.0 of https://github.com/RuolinZheng08/renpy-chess-engine
Stars: ✭ 36 (-64%)
Mutual labels:  chess-engine, chess-game
Sunfish
Sunfish: a Python Chess Engine in 111 lines of code
Stars: ✭ 2,254 (+2154%)
Mutual labels:  chess-engine, chess-ai
ConvChess
Convolutional Neural Networks learns to play chess moves
Stars: ✭ 14 (-86%)
Mutual labels:  chess-engine
Tucano
Tucano Chess Engine
Stars: ✭ 17 (-83%)
Mutual labels:  chess-engine
zahak
A UCI compatible chess AI in Go
Stars: ✭ 20 (-80%)
Mutual labels:  chess-engine
bot-o-tron
Try out lichess' bot interface
Stars: ✭ 36 (-64%)
Mutual labels:  chess-engine
elephantfish
elephantfish: 一个只有124行的中国象棋引擎
Stars: ✭ 129 (+29%)
Mutual labels:  chess-engine
Demolito
UCI Chess Engine
Stars: ✭ 41 (-59%)
Mutual labels:  chess-engine
rustic
Rustic is a chess engine. It is written from scratch, in the Rust programming language.
Stars: ✭ 68 (-32%)
Mutual labels:  chess-engine
berserk
UCI Chess Engine written in C
Stars: ✭ 57 (-43%)
Mutual labels:  chess-engine
seer-nnue
UCI chess engine using neural networks for position evaluation
Stars: ✭ 60 (-40%)
Mutual labels:  chess-engine
Zerofish
An implementation of the AlphaZero algorithm for chess
Stars: ✭ 34 (-66%)
Mutual labels:  chess-engine
shallow-blue
UCI Chess engine written in C++11
Stars: ✭ 55 (-45%)
Mutual labels:  chess-engine

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].