aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Leah Alpert <lalpert@mit.edu>2011-08-28 20:38:10 -0700
committerGravatar Leah Alpert <lalpert@mit.edu>2011-08-28 20:38:10 -0700
commit5f8b06b04c2bd4fcc28be9f200745086000e5a6a (patch)
tree5d877df271509c6c369054c16986b2c703ac9734
parent789374bd41bfc95f90495f895146980bbfceb7f7 (diff)
parentcb161151aa4001a7b71a4d2610c8a9f462cf1acd (diff)
Merge branch 'master' of github.com:rcoh/Burton-Conner-Tetris-Battle
-rw-r--r--README42
1 files changed, 25 insertions, 17 deletions
diff --git a/README b/README
index 292a043..081251c 100644
--- a/README
+++ b/README
@@ -1,20 +1,3 @@
-BCTB Style guide:
- Unlike the smootlight code, which was something of a hot mess, we are
- going to follow actual python style conventions this time.
-
-method_names
-ClassNames
-variable_names
-Files are modules (like java packages --> multiple classes per file)
-
-INDENTS ARE 2 SPACES. NOT 4. NOT 8. NOT TABS. Thanks :).
-
-If you write something that is easily testable and mission critical, write a test for it! Put it in
-the tests folder. Consult the tests folder of the smootlight code for how
-to do that.
-
-This is going to be boss.
-
Tetris Instructions:
Run tetris.py to run the game!
@@ -30,3 +13,28 @@ If neither player loses after 3 minutes, the player with the higher score wins.
Press ESC to exit the program.
+
+Necessary files to run tetris:
+tetris.py
+renderer.py
+tetris_shape.py
+ddrinput.py
+util.py
+
+
+BCTB Style guide:
+ Unlike the smootlight code, which was something of a hot mess, we are
+ going to follow actual python style conventions this time.
+
+method_names
+ClassNames
+variable_names
+Files are modules (like java packages --> multiple classes per file)
+
+INDENTS ARE 2 SPACES. NOT 4. NOT 8. NOT TABS. Thanks :).
+
+If you write something that is easily testable and mission critical, write a test for it! Put it in
+the tests folder. Consult the tests folder of the smootlight code for how
+to do that.
+
+This is going to be boss. \ No newline at end of file