Skip to content

This repository contains a Tic-Tac-Toe game implemented in C++. The game allows a human player to play against a computer opponent on the command line.

Notifications You must be signed in to change notification settings

Anoobee/TicTacToe-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe-Bot

This repository contains a Tic-Tac-Toe game implemented in C++. The game allows a human player to play against a computer opponent on the command line.

Requirements

cmake and make installed and path added to the environment variable

How to run

  1. Go to the build directory :
    cc build
  2. Run cmake :
    cmake ..
  3. Run make :
    make
  4. Open app in terminal :
    ./TicTacToe

About

This repository contains a Tic-Tac-Toe game implemented in C++. The game allows a human player to play against a computer opponent on the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages