tictactoe

Tic Tac Toe on the terminal using ANSI Escape Codes
Index Commits Files Refs README LICENSE
ModeNameSize
-rw-r--r--LICENSE21L
-rw-r--r--README.md32L
-rw-r--r--tictactoe.cpp299L

Tic Tac Toe on the Command Line

This is a Command line tic tac toe game. It was first developed as a solution to a practical problem of a University course

Screencast of the game

Dependencies

Quick Start

Clone the repository and build it with a C++ compiler

$ g++ tictactoe.cpp -o tictactoe

Then run the executable

$ ./tictactoe

License

MIT