Grade Guideline for Project 2 Phase 2 NAME of the student: _____________________________ 1. Total credits: 40 points 2. Specifics: a. Uses objects appropriately 8 points - has the classes we required - uses inheritance as required - interractions are clean - any extra classes make sense b. Maze, Robot superclass class is done 4 points (how else can you test a robot?) c. One Robot subclass completed 10 points - Robot, Maze, and one subclass robot compiles - completed test plan exists for that subclass robot - subclass robot runs correctly on a maze and escapes if possible - chart of required moves shown (the number, not which moves) for this robot - (we try all 6 mazes) d. Robots have methods 10 points - Constructor - turn left, turn right, go forwards (in superclass unless good reasons given) - escape (in subclasses) - go around corner (only if this is the RightHandRobot) e. Coding habits 8 points - private member data and methods unless reasons shown - enough comments even if not Javadoc style - other style issues (naming, spacing...)