the 10 X 20 lattice game has the following rules:
- two players alternate picking points (x,y) in the plane. the points must have integer coordinates(lattice points) and we must have 1 ≤ x ≤ 10
1 ≤ y ≤ 20
- first player must begin from (1,1). that is, player 1 can choose any point with one...