Skip to content

A simple Connect Four game built in C# for the console.

Notifications You must be signed in to change notification settings

potexxi/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

connect-four

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

Authors

Screenshots

image

About

A simple Connect Four game built in C# for the console.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages