vmsaif / connect4-with-minimax-algorithm-in-java

The program is a digital rendition of Connect 4, where players aim to align four discs vertically, horizontally, or diagonally. Players alternate turns, with the AI using the minimax algorithm and alpha-beta pruning to select its best move. The AI predicts up to 4 moves ahead, emphasizing winning quickly and delaying losses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vmsaif/connect4-with-minimax-algorithm-in-java Watchers