Project 3 - BO (Blue and Orange) Grade Guideline for Phase 2 (program and documentation) GROUP NAME: _____________________________ 1. Total credits: ??/240 points (scaled to ??/80 points for project grade) 2. Specifics: a. CRC and UML ?/5 points b. algorithm descriptions ?/5 points (important algorithms for the chain, marker, board, and game) c. Test cases ??/30 points (thorough tests of each component) d. program compiles ??/50 points (no unnecessary warnings, all classes compile) e. program runs ??/60 points (no unexpected/unhandled exceptions, handles unexpected input, output is clear) f. user's manual ??/20 points (explains how to run program/how to input/what output is) g. code style ??/30 points (meets Java style standards, good comment quality, object-oriented features, does not have unnecessary code) h. expected implementation details ??/40 points (chains implemented as linked lists; chains/markers use recursion to remove themselves from the board; exception generated at game ending conditions; player cannot make illegal moves; implementation uses GUI; chain counts correct) 3. Comments: