has 102 questions, and it's competitor a whopping 35.

Shall we merge these (preferably with tictactoe added as a synonym to tic-tac-toe)?

Or do we take the flamethrower to them; they do seem awfully meta to me. If these are indeed meta tags, we'd need to raze , and probably more to the ground too.

share|improve this question
Should they even exist? Sounds like a top-of-the-line Meta tag. – animuson Jan 20 at 22:34
@animuson: agreed, updated the premise. – Martijn Pieters Jan 20 at 22:36
@animuson: in which case 2d-games is another one. – Martijn Pieters Jan 20 at 22:37
2  
If they have that many questions tagged (assuming they're relevant) then they're probably not Meta. Wouldn't tictactoe refer to the content, therefore not be Meta. – Lance Roberts Jan 20 at 22:39
@LanceRoberts: but can the problem posed by each question still be answered if it wasn't about tic-tac-toe but something else? – Martijn Pieters Jan 20 at 22:41
@LanceRoberts: Example: Can getMouse act on one specific object? There is nothing here that is specific to tic-tac-toe. I cleaned up the tags and added one that was actually relevant to this question, namely the graphics library used. – Martijn Pieters Jan 20 at 22:42
These questions are more "I'm having this problem when building a TicTacToe game." And a lot of them also follow the "I have a TicTacToe assignment for school, can you help me with this?" – animuson Jan 20 at 22:43
If you want to get rid of the games (I would agree) then there's also chess... – ben is uǝq backwards Jan 20 at 22:47
2  
@benisuǝqbackwards: There will be more.. chess is often about min-max algorithms instead. – Martijn Pieters Jan 20 at 22:54

2 Answers

As the tags are both used for the same purpose, I would merge them, and eventually make a synonym of , which I find more easier to read than .

I would not call the tags meta, as they are used for questions about an implementation of the Tic Tac Toe game in a programming language. It is similar to used for the Game of Life.
If I am asking a question about how to implement my version of Game of Life, I would tag it , just in the case there are users who can better answer those questions. I would do the same with .

Clearly, if there aren't users who can better answer those questions, the tags could be useless.

share|improve this answer
Most of the tags in either tic-tac-toe or tictactoe are not about the game itself, but rather a more specific problem where the OP just happens to be coding a tic-tac-toe game. I'll just have to manually clean those up, and ignore the other game tags. – Martijn Pieters Jan 21 at 17:28
@MartijnPieters: that means that those questions should not have been using the tag, but if I ask about an algorithm to win Tic-Tac-Toe, then tic-tac-toe is entirely appropriate (not that such a question would be particularly intriguing ...). – Joachim Sauer Jan 21 at 17:30
@JoachimSauer: yup, and thus there are very few (if any!) such questions using those tags at the moment.. – Martijn Pieters Jan 21 at 17:32
@MartijnPieters I am not expecting the tag to be about the game itself. It is like with drupal-views: The question could be about the Views module, but it could be also about integration code to write for a module to make it compatible with the Views module. In the latter case, the question is marginally about the Views module, and it is more about the code the OP should write for her/his own module. – kiamlaluno Jan 21 at 17:41
I am not saying that those tags must be kept at any cost. I am just saying that there is probably a reason to keep one of them. To me, it is useful, as when I see a question tagged tic-tac-toe, I avoid reading it. :) – kiamlaluno Jan 21 at 17:43

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 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.

share|improve this answer
How about chess.stackexchange.com? :) – Doorknob Jan 20 at 23:30
@Doorknob: Sure, that works for my specific example. I forgot they opened a Chess site. – animuson Jan 20 at 23:31
6  
NO, you can be an expert on programming Chess games, if that is what you do. Chess programming is actually the cutting edge of non-action game programming. – Lance Roberts Jan 20 at 23:36

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged