soham0-0 / TicTacToe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

❌ 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.

License:GNU General Public License v3.0


Languages

Language:C++ 97.9%Language:Makefile 2.1%