hegdenaveen1 / TicTacToe-Game

A complete C++ version of the game without any GUI distractions can help in playing the game in console or a text editor of your choice, while coding on the side for fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe-Game

A complete C++ version of the game without any GUI distractions can help in playing the game in console or a text editor of your choice, while coding on the side for fun.

A console executable version of the classic tic tac toe game.

There are 3 modes of Difficulty.

  • A probabilistic approach used to do a random move by the computer.
  • A Strategy based predictor which searches if a win is possible & does the move to either win or block a winning move while also giving priority to a strategy based positioning to attain the best possible position.
  • A Minmax Algorithm used to find out the best possible move of a computer which makes it unbeatable or always ends in a draw.

About

A complete C++ version of the game without any GUI distractions can help in playing the game in console or a text editor of your choice, while coding on the side for fun.

License:MIT License


Languages

Language:C++ 100.0%