Skip to content

jeremychen0127/Tic-Tac-Toe

Repository files navigation

Tic-Tac-Toe (with Unbeatable AI Player)

This is a command-line tic-tac-toe game implemented using MVC architecture in C++. An unbeatable player is implemented with minimax algorithm.

Get Started

  1. Clone/Download the project
  2. Navigate your terminal into the directory of this project
  3. Type command make to compile
  4. Type command ./tictactoe to start a game
  5. Enjoy!

Unbeatable Computer Player

The option to turn on an unbeatable computer player is available now!

Fun Thing to Try!

You can make both players unbeatable AI players. You probably know the results are always going to be draw, but it is a fun thing to see!

About

Classic game tic-tac-toe with unbeatable AI player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published