diff options
author | lalpert <lalpert@mit.edu> | 2011-08-29 03:19:32 -0700 |
---|---|---|
committer | lalpert <lalpert@mit.edu> | 2011-08-29 03:19:32 -0700 |
commit | f9c82217cbbf4eb2d0f8a901af5cab3c7bad3853 (patch) | |
tree | a8eb22b25774ee269fdc66dc375d450465920a15 | |
parent | 2dc75afd2c6b01a9d9aa419234157330d8eb172f (diff) |
Edited README via GitHub
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,8 +8,10 @@ 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. +The blocks drop faster as players clear more lines. There are 6 possible levels + 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. +If neither player loses after 4 minutes, the player with the higher score wins. Press ESC to exit the program. |