AI Connect-4
An AI bot that you can compete again in Connect 4. Developed using the Minimax algorithm the AI can look up to 7 states into the future.
Features
- Implementation of a MiniMax AI model
- Looks up to 7 moves in the future
- Programmed in Python with Pygame for the GUI