pxt-calliope/docs/projects/turtle.md
2018-09-11 13:16:56 -07:00

28 lines
622 B
Markdown

# Turtle
Turtle graphics on your @boardname@ screen!
## Turtle graphics
```codecard
[{
"name": "Square",
"description": "Move in a square",
"url": "/projects/turtle-square",
"imageUrl":"/static/mb/projects/turtle-square.png",
"cardType": "tutorial"
}, {
"name": "Spiral",
"description": "Move in a spiral",
"url": "/projects/turtle-spiral",
"imageUrl":"/static/mb/projects/turtle-spiral.png",
"cardType": "side"
}, {
"name": "Scanner",
"description": "Scan down the screen",
"url": "/projects/turtle-scanner",
"imageUrl":"/static/mb/projects/turtle-scanner.png",
"cardType": "side"
}]
```