Skip to content

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

Notifications You must be signed in to change notification settings

rioredwards/Tic-Tac-Toe

Repository files navigation

Tic Tac Toe CPP

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

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

2. Compile source code into binary (executable) file

make

3. Run the executable file

./main

Authors

Acknowledgements

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published