# TicTacToe in C A simple TicTacToe game written in C in under 2 hours! ## Usage ```bash ./build ``` then ```bash ./ttt ``` Enjoy!