luv003 / chess_engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a simple chess engine using alpha-beta pruning and evaluation function that consider piece values and positional values.

it is UCI compatible chess engine.

for playing in Arena Chess

  • install an executable file in Arena Chess as engine.
  • executable file is available in dist folder named as engine.

requirements

 --python
 --python-chess
 --random 
 --multiprocesing

About


Languages

Language:HTML 85.5%Language:TeX 10.9%Language:Python 3.6%