Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 39 (100.0%) | 875 (100.0%) | 22.4 |
src/slogo/instruction/ | 13 (33.3%) | 444 (50.7%) | 34.1 |
src/slogo/parser/ | 14 (35.9%) | 275 (31.4%) | 19.6 |
src/slogo/parser/token/ | 9 (23.1%) | 97 (11.1%) | 10.7 |
src/jturtle/ | 3 (7.7%) | 59 (6.7%) | 19.6 |
Centered the Turtle
2 lines of code changed in 1 file:
Undo/Redo should work. You can only undo/redo the last command though.
57 lines of code changed in 2 files:
Changed Heading so it returns degrees
1 lines of code changed in 1 file:
Added TOWARDS to alias and instructions
4 lines of code changed in 2 files:
Last of the basic commands (SETXY, HEADING, XCOR, YCOR). They all work, but when you do SETXY you get an afterwards for some reason.
377 lines of code changed in 14 files:
Changed left and right so they do what they are supposed to (turn left or right x degrees).
8 lines of code changed in 2 files:
Adds HOME, SETX, and SETY commands, which should be working
299 lines of code changed in 10 files:
127 lines of code changed in 7 files: