Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 214 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 214 Bytes

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.