Connect4-AI Just a Connect 4 engine I built.
How it works:
- It looks about 7-8 moves ahead.
- It's written in Python with Pygame.
- It prioritizes the middle column.
How to setup:
pip install pygame numpypython game.py- (make sure to put 1 and 2 into the terminal)