Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 58 (100.0%) | 830 (100.0%) | 14.3 |
src/slogo/instruction/ | 17 (29.3%) | 357 (43.0%) | 21.0 |
src/slogo/parser/ | 18 (31.0%) | 288 (34.7%) | 16.0 |
src/slogo/parser/token/ | 15 (25.9%) | 124 (14.9%) | 8.2 |
src/slogo/turtle/ | 4 (6.9%) | 59 (7.1%) | 14.7 |
src/slogo/ | 2 (3.4%) | 2 (0.2%) | 1.0 |
sounds/ | 2 (3.4%) | 0 (0.0%) | 0.0 |
0 lines of code changed in 1 file:
renamed sound file
0 lines of code changed in 1 file:
using "?" now works
5 lines of code changed in 1 file:
Using "?" in our instructions now works
41 lines of code changed in 14 files:
property file now tells us what the instruction is equal to (for Aliases)
42 lines of code changed in 1 file:
fixed warning message of unused import
0 lines of code changed in 1 file:
clearscreen works
3 lines of code changed in 1 file:
brush up on clean method
1 lines of code changed in 1 file:
clean works
19 lines of code changed in 2 files:
fixed bracket error
3 lines of code changed in 2 files:
added partial implementation of selecting file and executing it
21 lines of code changed in 1 file:
edited javadoc for home.java
1 lines of code changed in 1 file:
Part of the clearscreen implementation
4 lines of code changed in 1 file:
Part of clean/clearscreen implementation
250 lines of code changed in 9 files:
Part of xcor and ycor functionality
2 lines of code changed in 1 file:
Part of ycor functionality
87 lines of code changed in 3 files:
Part of xcor functionality
87 lines of code changed in 3 files:
Part of home functionality
94 lines of code changed in 5 files:
Implemented left movement capability
140 lines of code changed in 7 files:
Updated the IF.java docs to match its implementation
Implemented the Forward.java class
30 lines of code changed in 2 files: