aboutsummaryrefslogtreecommitdiff
path: root/tetris.py
diff options
context:
space:
mode:
Diffstat (limited to 'tetris.py')
-rw-r--r--tetris.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris.py b/tetris.py
index 1d90d8d..b193696 100644
--- a/tetris.py
+++ b/tetris.py
@@ -20,9 +20,9 @@ from ddrinput import DdrInput
from ddrinput import DIRECTIONS
import pygame
-TIME_LIMIT = 4 * 60 #seconds
+TIME_LIMIT = 2 * 60 #seconds
LINES_TO_ADVANCE = 8 #num lines needed to advance to next level
-LEVEL_SPEEDS = [700,550,400,250,160,120]
+LEVEL_SPEEDS = [400,300,400,250,560,520]
MAXX = 10
MAXY = 18