Most other Tic-Tac-Toe games that say they use artificial intelligence really don't. Those games use pre-programmed logic like telling the computer how to win if it has two pieces in a row already or how to block if the opponent has two in a row. The only pre-programmed logic in "Tic-Tac-Toe Learns" on Level 0 is to pick the first open space.