Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Connect 4 Game

A simple game of Connect 4 that can be played in the terminal.

The players are represented as "X" and "O", and each move is inputted as the column where the current player's token will be placed.

Running

Run the C++ source file in your desired code editor, or run the .exe file in the folder.