Creating an AI for Tic-Tac-Toe with the Minimax Algorithm

preview_player
Показать описание
In this video we conclude our React Tic-Tac-Toe application. We add an AI to the application using the MiniMax Algorithm. If you haven't already seen my video on the algorithm itself check it out.

Рекомендации по теме
Комментарии
Автор

thanks for this video, it really help me to understand minimax. I'm curious though, how come the syntax of your functions don't include 'function'?

cameronatthepalecom