Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 4 (100.0%) | 8 (100.0%) | 2.0 |
gehmane | 3 (75.0%) | 8 (100.0%) | 2.6 |
ivyj | 1 (25.0%) | 0 (0.0%) | 0.0 |
deleting model package
0 lines of code changed in 1 file:
Changed access scope to Turtle's instance variables (location, direction, pen position are all private now)
4 lines of code changed in 1 file:
Minor comment alteration for documentation
2 lines of code changed in 1 file:
"Rough Draft" version of the Turtle model for consideration. So far, the Turtle has a location (represented as a Point), a direction (represented by an int between 0 and 360), and a boolean, penIsDown, that represents the state of the pen. All the constructors and getter methods work correctly but because my partner didn't show up *cough* Will *cough* I didn't really think I'd rush to figure out all the trig involved in the rotate and move methods.
2 lines of code changed in 1 file: