A development environment that helps users write SLogo programs.
####Specs (Basic Implementation)
##Not done:
- allow users to choose the language SLogo commands are written in
- show commands previously run in the environment
- show user-defined commands currently available in the environment (even better, make them directly clickable to execute) box already set up
- display errors that may result from the user's commands DialogBox available
##Done:
- set a background color for the turtle's display area
- choose an image to use for the turtle
- specify a color to use for the pen
- enter commands to the turtle interactively
- access an HTML formatted help page
- visually display the results of the turtle executing command
- show variables currently available in the environment (even better, make their values directly clickable to edit) this rocks