Skip to content

frottori/TicTacToe_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe with MiniMax Algorithm

A Tic Tac Toe game where the Computer/AI plays the best move using the minimax algorithm to check every possible scenario and chooses the move that always win or ends in a tie.