Descriptions for turtle examples (#599)
This commit is contained in:
		
				
					committed by
					
						
						Peli de Halleux
					
				
			
			
				
	
			
			
			
						parent
						
							a63d01287a
						
					
				
				
					commit
					ac78b0c95a
				
			@@ -1,6 +1,6 @@
 | 
			
		||||
# Turtle Scanner
 | 
			
		||||
 | 
			
		||||
The turtle keeps on the scanning the screen.
 | 
			
		||||
The turtle scans the display over and over again.
 | 
			
		||||
 | 
			
		||||
```blocks
 | 
			
		||||
turtle.setPosition(0, 0)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
# Turtle Spiral
 | 
			
		||||
 | 
			
		||||
The turtle goes to the center back and forth.
 | 
			
		||||
A turtle that spirals into the center of the display and back out again.
 | 
			
		||||
 | 
			
		||||
```blocks
 | 
			
		||||
let index = 0
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
# Turtle Square
 | 
			
		||||
 | 
			
		||||
A turtle program that runs in a square.
 | 
			
		||||
A turtle that traces a square pattern.
 | 
			
		||||
 | 
			
		||||
```blocks
 | 
			
		||||
turtle.setPosition(0, 0)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user