ucsb-cs56-projects / cs56-games-tetris

-
1 stars 7 forks source link

Fix block placement sliding issue. 100 pts #39

Open Juan-Pacheco opened 7 years ago

Juan-Pacheco commented 7 years ago

When the bottom side of the block touches another block and the user moves it to the left/right, it is placed in that spot, even if there are no blocks under it anymore.

JohnUCSB commented 7 years ago

F16 OK (100 pts)

john-lau commented 6 years ago

W18 OK 100 pts.

Blocks are currently able to slide around even after touching the bottom / the surface of another block.