Hey, I did a tic tac toe program 2 player. Now that im doing single player, to make an unbeatable AI, im mapping out every single movement, and moving accordingly. I decided to use nested select case to map the moves. Theres a problem though. Lets say its the 3rd move, how would i make my select case move three nested select cases in, so that the ai knows which move it is and how to move? Does anyone have any examples of single player ai that they did?
