tiehuis / faststack

If you want to stack blocks kind of quick
https://tiehuis.github.io/faststack/
GNU General Public License v3.0
11 stars 1 forks source link

Add saturating hard drop #49

Open tiehuis opened 8 years ago

tiehuis commented 8 years ago

Currently if a hard drop is queued while a move is also input the move will always occur before the piece is dropped. This can cause quite a few misdrops. We should disallow any movement/rotation during a frame where a hard drop is present onatead.

This could be an option, however the other behaviour is pretty specialized so will likely just update completely.

This will not be backwards compatible with replays.

tiehuis commented 7 years ago

Leaving open until more play-testing is done in case I want to revert this.