[root]
doc
(13 files, 2534 lines)
index-files
(24 files, 4540 lines)
slogo
(9 files, 2614 lines)
class-use
(5 files, 1805 lines)
expression
(8 files, 1831 lines)
class-use
(4 files, 743 lines)
instruction
(47 files, 14234 lines)
class-use
(43 files, 5833 lines)
parser
(46 files, 12734 lines)
class-use
(42 files, 5553 lines)
token
(58 files, 14888 lines)
class-use
(54 files, 7504 lines)
turtle
(9 files, 2967 lines)
class-use
(5 files, 782 lines)
testing
(10 files, 2507 lines)
class-use
(6 files, 744 lines)
images
(5 files, 26 lines)
slogo_programs
(25 files, 347 lines)
src
(0 files, 0 lines)
slogo
(6 files, 364 lines)
expression
(4 files, 190 lines)
instruction
(42 files, 1835 lines)
parser
(42 files, 1739 lines)
token
(54 files, 1228 lines)
turtle
(4 files, 1368 lines)
testing
(7 files, 580 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 3 (100.0%) | 1 (100.0%) | 0.3 |
mccaffreyk | 2 (66.7%) | 1 (100.0%) | 0.5 |
joshir | 1 (33.3%) | 0 (0.0%) | 0.0 |
Created junit tests for FD and BK (TestFDandBk), and LT and RT(TurnTest).
Edited the FD and BK instructions to return current.getPosition() instead of null.
Edited RT and LT instructions to return current.getHeading() instead of null.
0 lines of code changed in 1 file:
I changed load so that it uses the button and J File Chooser instead of forcing the user to enter a file directory. I also created an error message for when the user clicks the load
button but does not choose a file, and removed the old messages for load. Finally, I split the old buttonPanel into two new panels: eastButtonPanel and westButtonPanel, and changed the commandTextField so that it stretches across the empty space in the GUI.
0 lines of code changed in 1 file:
Added the ability to load SLogo code from files.
1 lines of code changed in 1 file:
Importing SLogo project for team TeenageMutantNinjaTurtles
23 lines of code changed in 2 files: