aboutsummaryrefslogtreecommitdiff
path: root/tetris.py
Commit message (Collapse)AuthorAge
* Clarified GPLv3+ licensing statusHEADmasterGravatar Benjamin Barenblat2011-09-02
|
* fixed the renderer :).Gravatar rcoh2011-08-31
|
* Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-BattleGravatar rcoh2011-08-29
|\
* | fixesGravatar rcoh2011-08-29
| |
| * Changed to gui-based tetrisGravatar Leah Alpert2011-08-29
|/
* use goodrendererGravatar Leah Alpert2011-08-29
|
* Increased speedGravatar Leah Alpert2011-08-29
|
* Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-BattleGravatar Leah Alpert2011-08-29
|\
* | Minor changesGravatar Leah Alpert2011-08-29
| |
| * Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-BattleGravatar rcoh2011-08-29
| |\ | |/ |/| | | | | Conflicts: ddrinput.py
* | Reset input queue at start of each gameGravatar Leah Alpert2011-08-28
| |
| * 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.