By: Jack Kelly
Play by running
- pip install numpy
- pip install pygame
- python connect4.py
View the project website here to view the documentation
A connect-4 game which utalizes and compares a minimax decision tree to Monte Carlo Tree Search.
Python
By: Jack Kelly
Play by running
View the project website here to view the documentation