Skip to content

An unbeatable Tic Tac Toe game written in C++ with GUI using SDL.

License

Notifications You must be signed in to change notification settings

soham0-0/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❌ TicTacToe ⭕

It's a tic tac toe game you can't beat :V


This program utilizes minimax algorithm to predict next best possible move assuming the player plays optimally.

Since TicTacToe has very few possible combinations, if two experienced players play TicTacToe, it usually ends up in a draw. So the best you can do against this program is get a draw ;)

Requirements:

  • SDL (follow this link to install on your system)

Build:

  1. Open Terminal
  2. git clone https://github.com/soham0-0/TicTacToe.git
  3. cd TicTacToe/
  4. make all

Have Fun!🤪

About

An unbeatable Tic Tac Toe game written in C++ with GUI using SDL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published