/Connect4

A text-based Connect 4 game played for one player versus the AI. The AI's decision-making is based on the minimax algorithm with alpha beta pruning.

Primary LanguageJava

No issues in this repository yet.