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.
No commits in the last 6 months.
Stars
3
Forks
1
Language
Java
License
—
Category
Last pushed
Jan 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vmsaif/connect4-with-minimax-algorithm-in-java"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
gdsc-ipsacademy/Connect-Four-Game
A game of connect four with an AI to play against.
AlexPetrusca/game-ais
Collection of minimax AIs for the popular turn-based games: Connect Four, Checkers, and Twenty-One
bl33h/connectFour
A program that implements Connect Four with a Python Pygame GUI, supporting player vs. AI and AI...
mukeshmk/connect-4
A multi-agent implementation of the game Connect-4 using MCTS, Minimax and Exptimax algorithms.
ar-sayeem/connect_four_player_vs_AI
A Python implementation of the classic Connect Four game featuring an intelligent AI opponent...