/Python-Chess-Engine

A UCI chess engine written in Python

Primary LanguagePython

Python-Chess-Engine

A UCI chess engine written in Python.
This engine is compatible with the UCI protocol and uses alpha/beta search with a simple eval function based on piecesquare tables. It'll probably be named searchlock in the future.