HW3
(20 pts)Submission and Attempting
- (5 pts) Submitted file is TurtleDance.java
- (5 pts) everything necessary to compile and run solution included in submission. includes Sounds not in media sources and modified java-source classes
- (-5) and email request for missing files
- (5 pts) properly defined class TurtleDance
- (5 pts) a properly defined main method exists in the class
(10 pts) Execution
- (10 pts) Runtime exceptions
- (-10) For any thrown exception(except file not found). Includes errors in modified java-source files
(10 pts) Syntax and Style
- (5 pts) the class as a whole compiles
- (5 pts) coding style
- (-1 to 5 discretionary) nominal penalties for anything that makes code difficult to read and understand
(50 pts) Functionality
- (10 pts) At least 10 seconds long
- (10 pts) At least 4 different sounds
- (5 pts) At least 5 turtles
- (5 pts) Playing sounds
- (5 pts) Moving Turtles
- (15 pts) Some interweaving between turtle motion and sounds
(10 pts) Comments
- (5 pts) Name and GT-email address included in the comments
- (5 pts) comments explain code
Link to this Page