Choose positive integer N for an N x N square board.
The objective is turn off all the lights (ON: yellow squares to OFF: gray squares). Each time you click on a square, it will toggle itself, either from ON to OFF, or OFF to ON, as well as toggling the four adjacent lights.
Can you find a way to do it? Try different N values