Connect Four is a strategy game where players take turns dropping colored tokens into a 6-row, 7-column grid. The objective is to be the first to connect four tokens in a row horizontally, vertically, or diagonally.
- You vs the computer take turns dropping tokens into the grid.
- Tokens fall to the lowest available space in a column.
- The first player to connect four in a row wins!
- 🎨 Graphical User Interface (Run
GUI.py) - 🖥️ Console Version (Run
UI.py) - 🏆 Singleplayer Support
- ✅ Simple, yet challenging gameplay
- Clone the repository:
git clone https://github.com/yourusername/connect-four.git cd connect-four
2.Run the game in console/in GUI version:
python UI.py
python GUI.py