Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 326 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 326 Bytes

Chess Engine

A Chess engine made in python which finds the best move using negamax algorithm with alpha beta pruning. movelog

Prerequisite

  • python

Installing dependencies:

pip install pygame