Tic-Tac-Toe Yet another tic-tac-toe implementation [C] Requirements GCC compiler How to play $ git clone https://github.com/leocamelo/tic_tac_toe_c.git $ cd tic_tac_toe_c $ make run Testing You will need to have check 0.12.0 or greater installed $ make test