aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Leah Alpert <lalpert@mit.edu>2011-08-26 19:29:32 -0700
committerGravatar Leah Alpert <lalpert@mit.edu>2011-08-26 19:29:32 -0700
commit4ab86d8bd542a9786e85c43597c7e205fd2c4539 (patch)
tree7532cadeaf32d8ea2d1685f3f5969c04eead8e00
parent938d7dbaa284568360d4b9683a10a995b434f950 (diff)
parentc543a4668e8cbbc57593d379990654eca6c8a0d3 (diff)
Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-Battle
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index c172172..292a043 100644
--- a/README
+++ b/README
@@ -16,13 +16,16 @@ to do that.
This is going to be boss.
Tetris Instructions:
+
+Run tetris.py to run the game!
+
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 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.