aboutsummaryrefslogtreecommitdiff
path: root/ddrinput.py
Commit message (Collapse)AuthorAge
* Clarified GPLv3+ licensing statusHEADmasterGravatar Benjamin Barenblat2011-09-02
|
* fixing input, rendererGravatar rcoh2011-08-29
|
* Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-BattleGravatar rcoh2011-08-29
|\ | | | | | | | | Conflicts: ddrinput.py
* | support for holding down keysGravatar rcoh2011-08-29
| |
| * Reset input queue at start of each gameGravatar Leah Alpert2011-08-28
| |
* | some style changes in tetris.Gravatar rcoh2011-08-29
| |
* | Adding "Space" functionality to ddrinput, adding untested support for Leds ↵Gravatar rcoh2011-08-28
|/ | | | in the renderer.
* 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.
* A couple typos and clarifications.Gravatar Russell2011-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.