I am sharing my implementation of the Tic Tac Toe game.
Unlike many others available, this one has an intelligent AI, which is trying its best to beat you by running a minimax algorithm to figure out the best move for every turn. Alternatively, you can put it on the dump (random) setting.
I built it on a JKI statemachine and saved as version 2014.
TicTacToe.zip