This is an AI that plays tic-tac-toe. It always starts, and it is unbeatable. It will also always win if it can.
This AI doesn't use minimax, because Scratch lacks local variables, and without those, it is very hard to implement it.