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
This code implements a simple chess AI agent using the minimax algorithm with alpha-beta pruning. It allows you to play a game against the AI agent and a computer player.
About
This code implements a simple chess AI agent using the minimax algorithm with alpha-beta pruning. It allows you to play a game against the AI agent and a computer player.