This is a Command line tic tac toe game. It was first developed as a solution to a practical problem of a University course
- Unix Based Operating System (Linux, *BSD, etc)
- A terminal emulator that supports ANSI escape sequences
- Termios library
- A C++ Compiler
Clone the repository and build it with a C++ compiler
$ g++ tictactoe.cpp -o tictactoe
Then run the executable
$ ./tictactoe