Dominos of size $2 × 1$ can be placed on a $m × n$ board so as to cover two squares exactly. Two players alternate placing dominos. The first one who is unable to place a domino is the loser.
I can show that if $n$ and $m$ are even, then player 2 can secure winning by replicating any movement from player 1 with respect to the center of the board. Moreover, I can show that if one is even and one is odd, then the roles reverse and player 1 can secure a win by blocking the center in the first move (if the board is $4×5$, he places his first domino covering (2,3),(3,3)) and then he replicates any move by player 2.
The question I face is: who wins when $m=1$? I have tried and showed that:
1 is L, 2 is W, 3 is W, 4 is W, 5 is L, 6 is W, 7 is W, 8 is W, 9 is L. Here W means a winning position: if when you are going to play there are 2 contiguous spaces on the board, you win (or 3,4,6,7,8,...).
A partition of the board into two non-contiguous sets of size ($x,1$) is W if and only if $x$ is W.
A partition of the board into two non-contiguous sets of size ($x,x$) is L for the second player can copy the moves of the first one.
The partition ($x,2$) is W for any $x$ that is L.
I have the feeling that the losing positions are 1,5,9, and so on; in general you will lose if $n-1$ can be divided by 4. Can anybody prove it?