Skip to content

ManuGupta9780/Unbeatable-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Unbeatable-Tic-Tac-Toe

Unbeatable Tic Tac Toe game in C++ for HUMAN VS AI

Algorithm used:

Minimax Algorithm along with

  • Alpha beta pruning - For optimization of minimax algorithm
  • Evaluation Function - For early termination of minimax tree traversal
  • Smarter AI - For acheiving faster victory

About

Unbeatable Tic Tac Toe game in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages