A commandline app to play tic-tac-toe (player vs player only, player vs pc not yet implemented)
Press the numberic keys corresponding to the cell number in the board
For example: 8, 7, 6, 4, etc...
This will display the winner and ask the user if they want to continue or not
if the user pressses y
then the game will reset and start a new,
if the user presses n
then the application will close.