1. Connect-4 GUI





Description
Connect4 game is a Python application that I developed to have fun playing game with pc-bot. Using TKinter to implement a GUI by drawing rows and columns into a board of Connect Four game. In addition, by implementing some conditional requirements, the game can be restarted or quited by pressing on menu buttons and it also shows the text at the bottom to tell player make move.