Python-Scripts
Python-Scripts copied to clipboard
Adding a Python Script: Connect Four
Hi there, the Python project that I would like to include is the board game, Connect Four. The entire program is contained in one file, with multiple functions for various scenarios such as one player game, two player game, vertical win, horizontal win, and diagonal win.