You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.