DaweMolnar / sdl-tetris

Tetris in SDL2
GNU General Public License v3.0
0 stars 0 forks source link

Move tick() call to controllers #16

Closed DaweMolnar closed 6 years ago

DaweMolnar commented 7 years ago

Make controllers specify ticks by themselves, to handle control speed differently. (for example slower ai, faster ai)