A classic implementation of the Connect Four board game in Python, featuring clean logic and a playable interface.
- Two-Player Gameplay: Play against a friend locally.
- Clean Game Logic: Implemented with efficient win-condition checks and board management.
- Multiple Interfaces: Support for both terminal-based play and a visual UI.
- Educational: Great example of game state management and 2D array manipulation in Python.
- Python 3
- Tkinter (for visual UI)
connect4.py: The core game engine and UI implementation..gitleaks.toml: Integrated secret scanning for security.
- Python 3.x installed.
python connect4.pyMIT