/Connect4

Simple Connect 4 game using Python - GUI

Primary LanguagePython

Connect4

Simple 2 player Connect 4 game using Python - GUI

Rules: Click inside any column to drop your mark.

Try to connect 4 marks along row, column or diagonal to win

same for player 2, and if any player wins game resets.