+ 5
How to create an AI for tic tac toe game?
6 Answers
+ 14
Use the minimax algorithm :
⢠http://neverstopbuilding.com/minimax
⢠http://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-3-tic-tac-toe-ai-finding-optimal-move/
+ 11
@Calvin (just, mine is not ai) âş
+ 2
Third game đ
https://code.sololearn.com/WtRv3JtBdSm5/?ref=app
+ 1
tks!