connect4
connect4 copied to clipboard
🎮 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 p...
The purpose of this changes is to have a more appropiate and tidy environment to develop new AI agents. It also contains an agent based on minimax algorithm. ### New...
added different coin colors and modified code to provide color change option to the user.
Added the Logo on the main screen along with the color-changing option for player 1, player 2 and the board. Added a menu when the game overs with options :...
Issue #3 Minimax algorithm is under development and will be implemented at the earliest