embeddedmz / 16-Games

16 Games developed in C++ by YouTuber "FamTrinli". I added CMake support to ease compiling on different platforms.
66 stars 23 forks source link

A very rare bug in tetris #8

Open embeddedmz opened 7 months ago

embeddedmz commented 7 months ago

Today I had a very strange bug : the descent of a tetris piece stopped in the middle.

You can only turn it or move it from left to right.

The down button doesn't work to accelerate its descent (it's normal since the part doesn't go down anymore).

You can exit the program without any problem.

tetris_bug