Re: tetris(6): clear row zero when eliding a row

2016-06-10 Thread Theo Buehler
On Fri, Jun 10, 2016 at 06:00:48AM +0200, Theo Buehler wrote: > The tetris playing field has an extra row on top of the visible rows. > It is possible and not an error to place a tile in such a way that it > occupies a square of this invisible row (the game ends when the next > tile starts out on

tetris(6): clear row zero when eliding a row

2016-06-09 Thread Theo Buehler
The tetris playing field has an extra row on top of the visible rows. It is possible and not an error to place a tile in such a way that it occupies a square of this invisible row (the game ends when the next tile starts out on an already occupied square). The problem with this is that there's a