Skip to content

Implementation of Tic-Tac-Toe with a Minimax driven AI

Notifications You must be signed in to change notification settings

jbordalo/tic-tac-toe-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe with Minimax-driven AI

Implementation of the Tic-Tac-Toe game with a smart AI.
The AI uses the Minimax Algorithm to find the best move.

Improvements

  • Prioritize lower depth solutions
  • Alpha-Beta Pruning
  • Time Comparison with Alpha-Beta Pruning
  • GUI

Authors

  • João Bordalo - Initial work - jbordalo

About

Implementation of Tic-Tac-Toe with a Minimax driven AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published