/tic-tac-toe

Implemented a proper Tic-Tac-Toe AI (Artificial Intelligence) that plays a perfect game using minimax algorithm. This AI will consider all possible scenarios and makes the most optimal move.

Primary LanguagePython

tic-tac-toe

Implemented a proper Tic-Tac-Toe AI (Artificial Intelligence) that plays a perfect game using minimax algorithm. This AI will consider all possible scenarios and makes the most optimal moves.