On a $1\times n$ board there are $n-1$ separating edges between neighbouring cells. Initially, none of the edges contain matches. During a move of size $0 < k < n$ a player chooses a $1\times k$ sub-board which contains no matches inside, and places a matchstick on all of the separating edges bordering the sub-board that don’t already have one. A move is considered legal if at least one matchstick can be placed and if either $k = 1$ or $k{}$ is divisible by 4. Two players take turns making moves, the player in turn must choose one of the available legal moves of the largest size $0 < k < n$ and play it. If someone does not have a legal move, the game ends and that player loses. Beat the organisers twice in a row in this game! First the organisers determine the value of $n{}$, then you get to choose whether you want to play as the first or the second player.