-
Notifications
You must be signed in to change notification settings - Fork 32
Purogo MovingAround
For 2 dimension drawings you actually only need ‘forward’ and ‘turnright’ to make any drawing. But that is tedious. Here is a description of all the movement commands:
forward {amount} : How far to advance your creature
backward {amount} : Move in opposite direction you are facing by amount
turnleft {degrees} : counter-clockwise horizontally by degrees amount
turnright {degrees} : clockwise horizontally by degrees amount
turnup {degrees} : counter-clockwise vertically by degrees amount
turndown {degrees} : clockwise vertically by degrees amount
As you experiment and start making your own drawings, you will make use of all of these. The biggest challenge to using Purogo, is visualizing which direction your creature is facing at each point in time. When you move into 3 dimensions it gets even more difficult to keep things straight. Speaking of 3-D. Let’s make our first Purogo/MyFirst3DDrawing.