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
A simple python based chess engine using bitboards and alpha-beta pruning. No specific opening or end game treatment, alpha-beta and minimax is used for every move.
About
Aim is to write a basic chess engine and learn python along the way.