There's a popular game, when two people each after each call cities in such a way that every next city begins with the previous one's last letter. For, example:
A: Washington
B: New Orleans
A: Syndey
B: York
A: ...
The first one who can't name anything loses. Cities cannot be repeated. It doesn't matter whether the initial city is predefined or chosen by the first player. Now the question:
The language of all lists of cities, which having based the game on, the first player wins in spite of the second's strategy — what class contains it more or less effectively? (it would be nice if the problem was complete somewhere)
I was trying to think of something myself but no success yet. For now I feel that it is not in NP, since I can't possibly imagine any kind of certificate which would let quickly check it's validity. It should be in PSPACE anyway, because it is finite. But I have no idea about any completeness, non-inclusion or just hardness.
I'd be happy if somebody could give me a hand about what to do or just hint at some complete language(s) which are similar to my problem. The problem is, I know too few (N)EXP- and PSPACE-complete languages, and have very little experience in working with these sets.
Thanks in advance.