The Alice Tutorial is quite straightforward. However, there are a couple of places where we thought a few extra words of explanation would be helpful:
scrunch=cementtruck.resize(fronttoback,1/2,likerubber) unscrunch=cementtruck.resize(fronttoback,2,likerubber) goforward=cementtruck.move(forward,2) inchworm =DoInOrder ( scrunch, DoTogether(unscrunch, goforward) ) inchworm
This part did not have any tricky parts that we noticed.
PREVIOUS | 1 | 2 | 3 | 4 | NEXT |