Skip to content

irisb1701/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Connect 4

Simulation of Connect 4 using Python

Prerequisites

Have the latest version of Python installed

Running

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

How to Win

The goal of connect four is to have four of the same checkers in a row before your opponent

About

Connect 4 in Python for CS111

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages