/connect4

A simple connect4 game in python 3

Primary LanguagePython

connect4

This is an implimentation of connect 4 in python. It was written as a fun project.

To run the game execute game.py.

Board.py handles most of the information about game.

Player.py creates a human player class.

Bot.py is a computer to play against.

Here are some screenshots of a game: image

image

image