Man2Dev / Tic-Tac-Toe.cpp

a tic tac toe project I made in my first semester of University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a tic tac toe game

with two modes

  1. a manual game with two players
  2. a game with AI with the MIN-MAX algorithm

run compiled game:

  1. clone my repo:
cd ~ && git clone git@github.com:Man2Dev/Tic-Tac-Toe.cpp.git
  1. run
.Tic-Tac-Toe.cpp/Tic-Tac-Toe.out

compile it yourself on Linux

dependency g++

Fedora

sudo dnf install gcc-c++
  1. clone my repo:
cd ~ && git clone git@github.com:Man2Dev/Tic-Tac-Toe.cpp.git
  1. compile the cpp file name tic_tac_toe.cpp:
 g++ ~/Tic-Tac-Toe.cpp/tic_tac_toe.cpp
  1. run:
~/a.out

About

a tic tac toe project I made in my first semester of University

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%