/Tic-Tac-Toe

Basic terminal based Tic-Tac-Toe game written in C++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Tic-Tac-Toe

Basic terminal based Tic-Tac-Toe game written in C++

Table of Contents

Installation

Compile the source code with g++ and run the output file with ./.

g++ tictactoe.cpp functions.h -o tictactoe
./tictactoe