fph / bastet

Evil falling block game. http://fph.altervista.org/prog/bastet.html
GNU General Public License v3.0
272 stars 35 forks source link

Gravity doesn't work as expected #7

Closed Fusl closed 6 years ago

Fusl commented 6 years ago

ba82c013d24e The floating red block down there should actually be falling down due to gravity actually existing: https://gamedevelopment.tutsplus.com/tutorials/implementing-tetris-clearing-lines--gamedev-1197

fph commented 6 years ago

Hi and thanks for your bug reports (and for the patch).

Regarding this issue: my experience is that most Tetris implementations would leave the red dot where it is, and the reference in your link agrees:

It's not wrong, exactly - most versions of Tetris do this, including the classic Game Boy edition - so you could leave it at that.

Also there is nothing about it in the Tetris guidelines, which just states

If this results in one or more complete 10-cell rows in the Matrix becoming unoccupied by Minos, then all Minos above that row(s) collapse, or fall by the number of complete rows cleared from the Matrix.

So I would close this as WONTFIX, unless you have additional arguments.

Fusl commented 6 years ago

including the classic Game Boy edition

Oh, ok, didn't see that part when I read the article.

So I would close this as WONTFIX, unless you have additional arguments

Yes, please close as wontfix 👍