tetris_game
tetris_game copied to clipboard
fix int-float problem
There is a problem while you want to run code for the first time. I found it in line 174 that dx can't be type of float, so I wrap it with int and the problem fixed