Connect Four game written in Python with miniMax and alpha-beta pruning implementation for AI. Based on kupshah's Connect Four.
- Python 3 (tested on 3.7.1 with pipenv)
- macOS or Windows 10
- No external packages required
Connect Four game written in Python with miniMax and alpha-beta pruning implementation for AI. Based on kupshah's Connect Four.