Connect Four is a multiplayer game that allows computer and user to play against each other. The game is creating using python modules provided by the W&L CS department. This program was created to test my understanding of Object Oriented Programming, function, and proper documentation.
- Run connectFour.py using python3
- The game window will load
- Clck on any column you want to capture. (hint: the best strategy is to start with the central colum ;) )
- Wait for the computer to make its move.
- Keep playing until the game is over. The program will close itself when there are 4 blocks of the same color horizontally, vertically or diagonally.



