This Python project uses the pygame
library to implement game tree search algorithms, including:
- MiniMax
- NegaMax
- Alpha-Beta Pruning
- User interface built with
pygame
. - Depth-limited game tree initialization.
- Algorithms include:
- MiniMax (Player Max and Min)
- NegaMax
- NegaMax with Alpha-Beta Pruning
- Python 3.x
pygame
library
Install pygame
using:
pip install pygame