Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 299 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 299 Bytes

TicTacToe

The most basic cross platform TicTacToe terminal based game written in C++

To run it, open your system's terminal and run it in there.

To build it, GNU C++ compiler. Then open your terminal and run:

Unix based systems: g++ /path/to/TicTacToe.cpp

Windows: g++ \path\to\TicTacToe.cpp