This is a single player connect 4 game which used Minimax algorithm.
Dependancies:
- Pygame 2.1.2
- Numpy 1.23.1
Game Rules:
Four consecutive balls should match of the same colour horizontally, vertically or diagonally (either of both) just like tic-tac-toe. That's it now u r ready to play the game :)