Two players play a game on a line of 1200 squares. Each player in turn puts either S or O into an empty square.
The game stops when three adjacent squares contain S, O, S in that order and the last player wins.
If all the squares are filled without getting S, O, S, then the game ends in a draw.