Skip to content
#

two-player-game

Here are 38 public repositories matching this topic...

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.

  • Updated Jan 16, 2024
  • Java

Improve this page

Add a description, image, and links to the two-player-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the two-player-game topic, visit your repo's landing page and select "manage topics."

Learn more