KostasEreksonas / Tic-Tac-Toe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 98.1%Language:C 1.9%