mjkloeckner / tictactoe

Command line Tic Tac Toe game using ANSI Escape Codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Command line Tic Tac Toe game using ANSI Escape Codes

License:MIT License


Languages

Language:C++ 100.0%