Hi,
I'm trying to create a simple AI for a board game that is similar to tic tac toe and othello, but in my game the board is almost infinate in size. I'm not yet sure how to tackle this, but it is ok that the AI bot is not as smart as compared to the AI for mentioned games. I've looked at Minimax and Alpha Beta Pruning, but no not sure if that is the right way to go in my case. Any ideas?
/Anders