Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four (Python) 🎮🔵🔴

A classic implementation of the Connect Four board game in Python, featuring clean logic and a playable interface.

🌟 Features

  • 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.

🛠️ Tech Stack

  • Python 3
  • Tkinter (for visual UI)

📂 Project Structure

  • connect4.py: The core game engine and UI implementation.
  • .gitleaks.toml: Integrated secret scanning for security.

🚀 Getting Started

Prerequisites

  • Python 3.x installed.

Run the Game

python connect4.py

📜 License

MIT

About

Classic Connect Four board game in Python featuring clean logic and playable terminal/UI interface.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages