Grade Guideline for Project 1 Phase 3 NAME of the student:_____________________________ 1. Total credits: 50 points 2. Specifics: a. Program compiles and runs 5 points b. Uses 2d array appropriately 5 points c. Uses objects appropriately (Game at least) 5 points d. Methods present and working correctly 20 points - take user input for the setup - print the board - is the game over? - do a generation of life for the whole colony - cell will be live or dead in the next generation? - appropriate accessor and mutator methods e. Coding habits 4 points - private member data and methods unless reasons shown - access methods for data members actually used by others - enough comments even if not javadoc style - other style issues (naming, spacing...) - SVN was used appropriately f. Technical specification is complete and appropriate 5 points - UML has complete info for the project - tech spec as Javadoc or text file h. User's manual is complete and readable 5 points h. Overall style, presentation, clarity 1 points