The thing about game tags that I think confuse people is that you can be an expert in them, but you can't be an expert in them in the context of programming.
Take, for example, a game like Chess. There are a lot of rules - you have to know how pieces can move, terminology of the game, etc. You could very well be an expert in playing chess, or an expert in understanding how chess works. But how does that relate to programming at all? Here on Stack Overflow, all tags should be directly related to programming.
Building a Chess game requires knowledge of Chess, yes, but on a programming site, that knowledge should be assumed to already be there. If you're building a Chess game, we should assume you know all the mechanics of Chess. Therefore, using a chess tag is meaningless, a Meta tag, because you can't be an expert in it in the context required here. If the problem you're having is related to the mechanics of how Chess works, and not with actual code, then by all means your question is completely off-topic (and you should try Board and Card Games instead).
I say burn all these game tags.
2d-gamesis another one. – Martijn Pieters Jan 20 at 22:37chessis often about min-max algorithms instead. – Martijn Pieters Jan 20 at 22:54