/tic_tac_toe

Basic Tic Tac Toe game built in C

Primary LanguageC

tic_tac_toe - C - 2019

Basic Tic Tac Toe game built in C

Installation:

To get started, clone the tic_tac_toe repo and go into the folder:

git clone https://github.com/mikefmeyer/tic_tac_toe
cd tic_tac_toe/

Run the following command to compile the tic tac toe game:

make

Running the game:

./[executable name]