Connect 4 with AI
Developed a fully interactive Connect 4 game in Python with a custom GUI and an AI opponent powered by Minimax with Alpha-Beta pruning.
Features include:
Smart AI with dynamic scoring & move evaluation.
Player vs AI mode with configurable first player.
Clean and responsive GUI built with Tkinter.
Efficient state caching using transposition tables for faster decisions.