Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 240 Bytes

File metadata and controls

4 lines (4 loc) · 240 Bytes

Chess-Python

An artificially intelligent chess agent created on Python only using Numpy and Pandas.
Creates a graph search space using min-max and alpha beta pruning.
All the movemenet and collision checks are self implemented.