An open API service indexing awesome lists of open source software.

https://github.com/coderunner5235/tictactoe

The most basic TicTacToe terminal based game written in C++
https://github.com/coderunner5235/tictactoe

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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