with two modes
- a manual game with two players
- a game with AI with the MIN-MAX algorithm
- clone my repo:
cd ~ && git clone [email protected]:Man2Dev/Tic-Tac-Toe.cpp.git
- run
.Tic-Tac-Toe.cpp/Tic-Tac-Toe.out
dependency g++
sudo dnf install gcc-c++
- clone my repo:
cd ~ && git clone [email protected]:Man2Dev/Tic-Tac-Toe.cpp.git
- compile the
cpp
file nametic_tac_toe.cpp
:
g++ ~/Tic-Tac-Toe.cpp/tic_tac_toe.cpp
- run:
~/a.out