/connect4

A Python implementation of the Connect Four game

Primary LanguagePython

Connect4

About

Connect4 is a Python application.

Description

Connect four is a two-player connection game.
Each player selects a disc color and then tries to be the first one to form a horizontal, vertical, or diagonal line of four of them.