We played this game in our math class, okay, I'll explain how it's played. There are 21 squares in a straight line across, the first person shades in 2 adjacent squares. The next player shades in 2 more adjacent squares. They continue taking turns until there are no more adjacent squares to shade in. The last player to play wins. That's how you play, but the question we got after was how many possible combinations of shaded and unshaded squares are there? He then introduced what he calls "function building" which is basically taking a more simple problem and keep adding onto it until you can find a function for it. I really would appreciate any help, and I hope I can learn from this!
Edit: I guess I forgot to include that for a solution to be considered a solution, it has to be a finished game, so no two adjacent squares are left unshaded.
With your requirement "the game has to be finished just in case I didn't make sense, so no two adjacent squares unshaded" then a long permitted sequence ends either
giving the recurrence $$a_n=a_{n-2}+a_{n-3}$$
Since it starts $1,1,2,\ldots$, this is the Padovan sequence, offset