Posted August 01, 2021 by thfcme
New Features with this release:
Changing the speed rate makes the game a little unstable at times, it is to do with the collision detection routine. The blocks change their fall rate by altering the increment rate, and if they rate is outside the scope of the collision detection - funny things can happen.
If you ever use down arrow to push the block down (was in 0731 release) - and if you are playing the game outside the scope of the itch.io window, sometimes the blocks will fall and you'll see a little bounce up happen. This is my way of correcting the blocks position after it has fallen, and it has 'gone beyond' the collision detection loop.
Resolved Bug with this release:
Running Tally of all bugs (R) means resolved, or hopefully resolved...