Files
battle-royal-tetris/server
jozamudi f9cafe630c Fix game over condition and garbage row placement
- Remove premature elimination in addGarbageToPlayer (top rows check)
- Remove redundant y < 0 elimination check in lockPiece
- Players are only eliminated when spawnPiece fails (board full)
- Garbage rows now added to bottom of board, pushing blocks up
2026-03-20 07:53:08 -07:00
..