aboutsummaryrefslogtreecommitdiff
path: root/tetris.py
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-BattleGravatar rcoh2011-08-29
|\ | | | | | | | | Conflicts: renderer.py
* | some style changes in tetris.Gravatar rcoh2011-08-29
| |
| * 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.
* | Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-BattleGravatar rcoh2011-08-28
|\|
* | Adding "Space" functionality to ddrinput, adding untested support for Leds ↵Gravatar rcoh2011-08-28
| | | | | | | | in the renderer.
| * 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.