Poobslag / turbofat

Block-dropping puzzle game
MIT License
55 stars 19 forks source link

Initial rotation (IRS) is applied twice during a top-out #2897

Open Poobslag opened 4 days ago

Poobslag commented 4 days ago

When the player tops out while applying IRS, their initial rotation (IRS) is applied a second time.

For example, if the player has an L piece and tries rotating it clockwise while topping out, it is rotated clockwise. After the board is cleared to make room for their piece, the piece is rotated a second time.

IRS should only be applied once unless the player releases and represses the key.