Skip to content

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

Notifications You must be signed in to change notification settings

hegdenaveen1/TicTacToe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages