I've created a very simple tic tac toe works perfectly for 2p in C++, I was wondering if someone could help me implement it with the minimax algorithm. I'd really like you to recommend a c++ totutial on AI. Tic Tac Toe Code: https://code.sololearn.com/ckyl0hVh73TV/#cpp ...