Paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical or diagonal row wins the game.
ttt/ttt.cpp Main program file.
ttt/ttt_functions.hpp Header containing function declarations.
ttt/ttt_functions.cpp Source file containing function definitions.