I am, as a lot of other programmers, building a Tetris clone. But the thing is that I try to do my best and I know maybe it's not a relevant detail; but I want to know whether there's a standard size for the grid.
Thanks in advance.
I am, as a lot of other programmers, building a Tetris clone. But the thing is that I try to do my best and I know maybe it's not a relevant detail; but I want to know whether there's a standard size for the grid.
Thanks in advance.
It's a relevant detail, but not a necessary one. Even if you're building a clone, why not "make it your own" and throw in a twist or two? The easiest thing would be to make it a non-standard size, that might even be refreshing.
According to the Tetris Concept Wiki's guideline page, http://tetris.wikia.com/wiki/Tetris_Guideline, the playfield is 10 cells wide and at least 22 cells high, with the topmost two hidden.