Terminal TicTacToe (C) This is a simple tictactoe game written in c, that runs on terminal Compiling gcc tictactoe.c -o tictactoe Running ./tictactoe