A classic game of Tic Tac Toe for the Command Line.
- Designed using OOP principles
- Intuitive Command Line Interface
- Screen "refreshes", giving the illusion of animation frames
- Play against the computer
- All user input is validated
1. Download and cd into the project
git clone https://github.com/rioredwards/Tic-Tac-Toe.git
cd Tic-Tac-Toe
2. Compile source code into binary (executable) file
make
3. Run the executable file
./main