aboutsummaryrefslogtreecommitdiff
path: root/tetris.py
Commit message (Collapse)AuthorAge
* Reset input queue at start of each gameGravatar Leah Alpert2011-08-28
|
* Allow shape to be rotated and moved even if it will go off the top of the ↵Gravatar Leah Alpert2011-08-28
| | | | board. most noticeable on blue line pieces.
* Added divider between level and timer. Reduced num levels to 6; game is now ↵Gravatar Leah Alpert2011-08-28
| | | | faster.
* Timer flashes for last 3 secondsGravatar Leah Alpert2011-08-28
|
* Changed timingGravatar Leah Alpert2011-08-28
|
* Fixed bug with timing, changed level speedsGravatar Leah Alpert2011-08-28
|
* Fixed time limit to be 3 minutesGravatar Leah Alpert2011-08-26
|
* Chooses winner(s) correctly nowGravatar Leah Alpert2011-08-26
|
* Updated tetris to display animation before and after game. Moved all ↵Gravatar Leah Alpert2011-08-26
necessary files into top-level diractory. Added handling of ESC to ddrinput. Tetris is now functional.