February 13 - 22, 2001
16 points
We will continue learning how to use the tool StarLogo.
Reminder: You
will have to save any StarLogo projects you create on the local disk and
then transfer them over to your acpub account
before leaving class. If you don't do this, it is not guaranteed that they
will be saved. StarLogo projects will be submitted
electronically from your acpub account.
Today you will go through one more tutorial to learn additional things you can do with StarLogo. As you go through the tutorial you should think about a project you would like to create. After you complete the tutorial, you should start work on the following two projects, a traffic project and a project of your choice. Both projects are done with your partner. You must do the traffic project first.
TIMETABLE FOR PROJECTS
Tue: Feb 13 | Tutorial, start traffic project, think about class project 2 |
---|---|
Thur: Feb 15 | Finish traffic project and documentation, turn in project 2 description |
Tue: Feb 20 | Work on class project 2 |
Thur: Feb 22 | Work on class project 2 and documentation |
Mon: Feb 27 | Both .slogo files must be submitted electronically by 11pm |
Tue: Feb 28 | Demo Projects |
Go through the following tutorial. As you go through it, try out some of the explorations. You don't have to do all of them.
Click here for tutorial.
We will redo the traffic problem, this time using StarLogo. You should create a traffic animation and a web page describing the animation. The web page should be called SLtraffic.html and should include at least 3 snapshots and detailed explanations of your project.
Put the following items into your animation called SLtraffic.slogo
The intersection has cars attempting to go through it in 4 directions. One stoplight will control 2 directions and the other stoplight will control the other 2 directions.These "stoplights" can be connected to each other or separate, and you only need to see 1 side of each of them.
Turn in:
Your second project is for you and your partner to choose. This project should be a substantial effort. In addition to creating the starlogo program, you should write a web page that has a description of your project in a similar format to the sample projects that comes with StarLogo. Your web page should be called SLclassproj.html and should include at least 3 snapshots and detailed explanations of your project.
Turn in:
Your group projects should be submitted by only one person. Both your traffic project and other project should be submitted at the same time using the command below.
You should store your .slogo files on your acpub account. To submit, you must be in the directory that has both of your .slogo files. You need to submit the files using the submit command (replace yourproject2file.slogo with the name of your project 2 slogo file)
submit_cps049s starclass SLtraffic.slogo yourproject2file.slogo
If the command does not work, try typing:
~rodger/bin/submit_cps049s starclass SLtraffic.slogo yourproject2file.slogo
You can check to see if it was submitted correctly by typing
~rodger/bin/submit_cps049s starclass
and you should see both of your .slogo files listed. If they are not both there, then resubmit both of them again.
If you realize you forgot to do something and want to submit again, that is ok, we grade the last thing you submit.
Projects must be submitted on time or a penalty for lateness will be given.
Don't forget to link in your new web page in addition to submitting your projects.