ucsb-cs56-projects / cs56-games-tetris

-
1 stars 7 forks source link

Pause should not reset the timer. 100pts #43

Closed wpeery closed 6 years ago

wpeery commented 7 years ago

By alternating pause/unpause you can stop a block in its tracks. This shouldnt happen. Estimated 100pts.

JohnUCSB commented 7 years ago

There is a timer for when the blocks move down one square in the grid. When pause is pressed the time resets. But the timer should be kept that its before-pause time instead of resettting. F16 OK (100 pts)

john-lau commented 6 years ago

Issue seems to be fixed