![]() | tictactoeTic Tac Toe on the terminal using ANSI Escape Codes |
| Mode | Name | Size |
| -rw-r--r-- | LICENSE | 21L |
| -rw-r--r-- | README.md | 32L |
| -rw-r--r-- | tictactoe.cpp | 299L |
This is a Command line tic tac toe game. It was first developed as a solution to a practical problem of a University course
Clone the repository and build it with a C++ compiler
$ g++ tictactoe.cpp -o tictactoe
Then run the executable
$ ./tictactoe