Closed chrisma closed 6 years ago
As more lines are cleared, the rate at which tetriminoes descend could increase, making the game progressively harder. This is akin to many other Tetris games.
The relevant code is the following: timedelta(seconds=1)
timedelta(seconds=1)
Fixed with https://github.com/klauck/tetris/commit/1ef66c6deeb11558131b77242dfb3deafcc5a5cf
As more lines are cleared, the rate at which tetriminoes descend could increase, making the game progressively harder. This is akin to many other Tetris games.
The relevant code is the following:
timedelta(seconds=1)