From cb161151aa4001a7b71a4d2610c8a9f462cf1acd Mon Sep 17 00:00:00 2001 From: lalpert Date: Sat, 27 Aug 2011 10:28:16 -0700 Subject: Edited README via GitHub --- README | 42 +++++++++++++++++++++++++----------------- 1 file 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 -- cgit v1.2.3