Basic Tic Tac Toe game built in C
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
./[executable name]