diff options
author | Leah Alpert <lalpert@mit.edu> | 2011-08-26 19:17:14 -0700 |
---|---|---|
committer | Leah Alpert <lalpert@mit.edu> | 2011-08-26 19:17:14 -0700 |
commit | 239338305364e076f4a23de0e869acb38e767b2e (patch) | |
tree | 6c7ae8e39abbc4a8a86e5daf91835a2a960a6743 /README | |
parent | 37636974499803423dfad390a226f833d6389abd (diff) |
Updated tetris to display animation before and after game. Moved all necessary files into top-level diractory. Added handling of ESC to ddrinput. Tetris is now functional.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -15,4 +15,15 @@ to do that. This is going to be boss. +Tetris Instructions: +One or two players can play at once. +Press UP to join the game +Once all players have joined, press DOWN to start the game +Use LEFT and RIGHT to move your shape, UP to rotate, and DOWN to make it drop faster +When you complete a line it will disappear from the board and you gain one point. Your score is displayed in binary below your board. +If you clear two or more lines at once, n-1 incomplete lines will appear at the bottom of your opponent’s board. +When one player’s board reaches the top of the screen, they lose and the other player wins. +If neither player loses after 3 minutes, the player with the higher score wins. + +Press ESC to exit the program. |