0

I have made a Tetris game using pygame and it only works on PC but I wanted to be able to use it on mobile (I know you need something to run the code with, I recommend pydroid), I have the code for all of the movements below all I need is to be able to make touch triggers.

dir = {K_LEFT: (-1*GRID_LINE, 0), K_RIGHT: (GRID_LINE, 0), K_DOWN: (0, GRID_LINE)}

0 Answers0