Tic Tac Toe, played just like you remember it. Each player takes a turn and tries to connect three Xs or Os in a row to win.
I used really basic generic shapes and text to get it working and may clean up the graphics later. I have also left the variables visible, including the list array to show how the game is progressing and how the moves are remembered. This is all my own code and only represents one way to program this game.