[root]/src/jturtle
images
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 33 (100.0%) | 744 (100.0%) | 22.5 |
jgoergen | 16 (48.5%) | 367 (49.3%) | 22.9 |
mforrestel | 7 (21.2%) | 164 (22.0%) | 23.4 |
morgana | 7 (21.2%) | 154 (20.7%) | 22.0 |
dfisher | 3 (9.1%) | 59 (7.9%) | 19.6 |
Centered the Turtle
2 lines of code changed in 1 file:
fixed writing to file
18 lines of code changed in 1 file:
We can toggle the dashboard view on and off now using radio buttons!
60 lines of code changed in 2 files:
TurtleField almost runs Show Turtle Stats/ Hide Turtle Stats
109 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:
allowed user to select file to write to and where to put it
26 lines of code changed in 1 file:
WE CAN CHANGE THE BACKGROUND IMAGE NOW WOOOOOOOOO!!!!!!!
21 lines of code changed in 1 file:
Can change the Turtle image!!!!
35 lines of code changed in 2 files:
added ability to write to file
36 lines of code changed in 1 file:
fixed clean and clear screen to take effect immediately.
2 lines of code changed in 1 file:
Added Clean and Clearscreen
15 lines of code changed in 1 file:
I added the file input functionality, using the FileHandler class in slogo. It reads a file from the user's computer and parses it the same way batch input is parsed.
20 lines of code changed in 1 file:
I changed the GUI a bit so that we can type in more than one command at a time. Next I will add a button to allow the user to upload a file to read in, a button to let the user change the background, a button to let the user change the turtle image, and a button to allow the user to turn data on/off, and buttons to let the user undo/redo.
29 lines of code changed in 1 file:
28 lines of code changed in 3 files:
29 lines of code changed in 1 file:
5 lines of code changed in 1 file:
I created the ShowTurtle and HideTurtle commands, and also added some supporting methods to the JTurtle class, including hideImage and showImage to set the visibility of the polygon or image representing the turtle.
38 lines of code changed in 2 files:
Made the turtle draw a line - creates array of points and draws every time move is called
46 lines of code changed in 1 file:
92 lines of code changed in 1 file:
The AliasConverter is finally complete! It works for all our new commands and is super extensible for future commands we will be adding soon!
3 lines of code changed in 1 file:
10 lines of code changed in 1 file:
Fixed Context issues (hopefully)
11 lines of code changed in 1 file:
0 lines of code changed in 1 file:
This version goes FORWARD 50 if that is exactly what you type into the command box. I wrote in the actual comments all the things that still need fixing to make it more expandable so look for those.
35 lines of code changed in 1 file:
2 lines of code changed in 2 files:
I figured out how to make the text field fit in nicely with the current GUI! And TurtleContext that implements Context so we can access the JTurtle object.
15 lines of code changed in 1 file:
First Import
502 lines of code changed in 3 files: