RIO EDWARDS

Tic Tac Toe CPP

  • #CLI
Tic Tac Toe CPP Header

A classic game of Tic Tac Toe for the Command Line.

Made With

  • C++
  • GCC

Features

  • Designed using OOP principles

  • Intuitive Command Line Interface

  • Screen "refreshes", giving the illusion of animation frames

  • Play against the computer

  • All user input is validated

Preview

Tic_Tac_Toe_CPP_Preview

Usage

1. Download and cd into the project

1git clone https://github.com/rioredwards/Tic-Tac-Toe.git
2cd Tic-Tac-Toe

2. Compile source code into binary (executable) file

make

3. Run the executable file

./main

This Page is Under Construction