KoumoriSakuma's Stars
bymayanksingh/connect4
🎮 It is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column, user wins by forming row of four of same color
stlucasgarcia/connect-four
Connect Four game written in Pygame
gita-vahdatinia/ConnectFour
A Connect Four game which can be played by an AI: uses alpha beta pruning algorithm when played against a human and expectimax algorithm when played against a random player.
XilinZhu/Chess_Connect4
A chess game based on pygame
JorritWillaert/OptimalConnectFour
Optimal Connect Four with Alpha-Beta Pruning