Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 307 Bytes

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