From a05f255c5a86f7372fd81c0598fc9241f6049517 Mon Sep 17 00:00:00 2001 From: rcoh Date: Mon, 29 Aug 2011 21:54:36 -0400 Subject: fixes --- tetris.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tetris.py') 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 -- cgit v1.2.3