Chess AI
Terminal chess game with alpha-beta pruning search tree AI
Plays on the command line, clone and run python3 vsopponent.py to play against AI.
This is a Chess Engine Which uses MiniMax Algorithm for playing
Python
Terminal chess game with alpha-beta pruning search tree AI
Plays on the command line, clone and run python3 vsopponent.py to play against AI.