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. 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.