Files
battle-royal-tetris/server
jozamudi 164ed790ed Add ghost piece preview showing where block will land
- Add getGhostY() method to TetrisGame class (game.js)
- Add ghostY to getState() output
- Add getGhostY() helper to server (server/index.js)
- Include ghostY in getStates() broadcast
- Add drawGhostPiece() and drawGhostCell() methods (renderer.js)
- Ghost renders as semi-transparent outline at landing position
2026-03-20 09:37:41 -07:00
..