Files
battle-royal-tetris/server
jozamudi 27b0adcc90 Fix garbage row visibility by pushing current piece up
When garbage rows are added to a player's board, the current falling
piece was not being adjusted, causing it to appear stuck while the
board shifted. This fix increments the piece's Y position when garbage
is received and eliminates the player if the piece is pushed above
the visible board.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 21:35:51 +00:00
..