Connect Four (C# Console) is a classic Connect Four implementation for the console, written in C#. Drop discs into columns and build a line of four.
Goal: connect four of your discs in a row (horizontal, vertical or diagonal).
Features:
- Two-player local gameplay (alternating turns)
- Column-based input and validation (enter column number)
- Automatic win/draw detection
- statistics in the end
Controls:
- Number keys – choose column to drop a disc
- X/O - to remove the last move
- ! – exit game