Athi223 / connect-4_cpp

A simple Connect 4 game using C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect 4

A simple Connect 4 game using C++

PS. On Windows You'll need Windows Terminal to view the Colored disks as CMD/PS don't support emojis. Else you can replace the UTF-8 Hex emojis src/main.cpp Line no. 26 and 36, src/board.cpp Line no. 42 and 45 with some characters (say X and O) and play the game.

Features

  • Purely built in C++ without any external Libraries or Dependencies
  • Cross Platform Windows / Linux / MacOS (Not tested tho)

Future Scope

  • Implement in a Multi-threaded fashion in client-server architecture for authentic 2 Player game
  • Create a Better looking CLI or a Simple GUI

About

A simple Connect 4 game using C++

License:MIT License


Languages

Language:C++ 63.1%Language:Makefile 36.9%