/tictactoe

Command line Tic Tac Toe game using ANSI Escape Codes

Primary LanguageC++MIT LicenseMIT

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