Simulation of Connect 4 using Python
Have the latest version of Python installed
Download and open connect4.py file and run module
Create an instance of the Player class by selecting X, or O as your checker
Create an instance of the Board class using dimensions of your choosing
Now that the game is set up, begin playing using the different functions available
The goal of connect four is to have four of the same checkers in a row before your opponent