aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated tetris_shape.py to new versionGravatar 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.
* modified ddrinput to use asdw for payer 0 in debug mode. Changed spacing of ↵Gravatar Leah Alpert2011-08-26
| | | | rendered. Added new tetris file that uses pygame instead of tkinter.
* Fixing a bug where stuff piled up.Gravatar Russell2011-08-24
|
* fixed typo, indentation.Gravatar Russell2011-08-24
|
* fixed comment.Gravatar Russell2011-08-24
|
* Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-BattleGravatar rcoh2011-08-23
|\
* | Added Pygame renderer and a demo of usage. Also added a renderer for the ↵Gravatar rcoh2011-08-23
| | | | | | | | | | | | main lights which is waiting on a layout.
| * A couple typos and clarifications.Gravatar Russell2011-08-22
|/
* Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-BattleGravatar rcoh2011-08-22
|\
* | Adding ddrinput.py to get input from the ddr pad. Also adding ddr demo, a ↵Gravatar rcoh2011-08-22
| | | | | | | | | | | | very simple demo demonstrating the functionality. See comments in files for more details.
| * Leah's changes to tetrisGravatar dxiao2011-08-08
| |
| * Edited originaltetris/tetris2.py via GitHubGravatar Russell2011-08-07
|/
* These are the base tetris files. They are Leah's.Gravatar rcoh2011-08-07
|
* adding driver classes and a demo of how to use them.Gravatar rcoh2011-08-02
|
* I can follow conventions, I swear.Gravatar rcoh2011-07-18
|
* adding wiring documentGravatar rcoh2011-07-17
|
* added another abstract method to renderer.Gravatar rcoh2011-07-16
|
* Adding renderer abstract classGravatar rcoh2011-07-16
|
* updated readme:wqGravatar rcoh2011-07-14
|
* First commit.Gravatar rcoh2011-07-14