Programming with StarLogo Commands
- ca - clear screen
- crt # - creates turtles
- setc color - sets color of turtles
- setxy # # - places turtle at those coords
- random # - generates a number from 0 to # - 1
- rt # - turns # degrees to the right (similar to lt)
- fd # - moves turtle forward # steps
- hatch [ ] - makes a new turtle