Tic Tac Toe (For Terminal)

//

Description

Tic Tac Toe for terminal was a game I made to practice developing in C++ and challenge myself to make a game using only text. When the program runs, the board consists of underscore characters and starts with player "X". Players submit a number (1-9) according to the placement on the Tic Tac Toe board, left to right, top to bottom. The board properly checks for all win and tie conditions and announces the winner at the end of the game.

I was the sole developer and designer for this game. This compiles for both Windows and Mac, but only clears the terminal window properly on Mac's Terminal.

Sep 2013
Copyrights © 2016 & All Rights Reserved by Robert W Miller.