pxt-calliope/docs/projects/turtle.md

28 lines
622 B
Markdown
Raw Normal View History

2018-09-11 18:02:40 +02:00
# Turtle
Turtle graphics on your @boardname@ screen!
## Turtle graphics
```codecard
[{
"name": "Square",
"description": "Move in a square",
2018-09-11 19:38:58 +02:00
"url": "/projects/turtle-square",
"imageUrl":"/static/mb/projects/turtle-square.png",
"cardType": "tutorial"
2018-09-11 18:02:40 +02:00
}, {
"name": "Spiral",
"description": "Move in a spiral",
2018-09-11 19:38:58 +02:00
"url": "/projects/turtle-spiral",
"imageUrl":"/static/mb/projects/turtle-spiral.png",
2018-09-11 22:16:56 +02:00
"cardType": "side"
2018-09-11 18:02:40 +02:00
}, {
"name": "Scanner",
"description": "Scan down the screen",
2018-09-11 19:38:58 +02:00
"url": "/projects/turtle-scanner",
"imageUrl":"/static/mb/projects/turtle-scanner.png",
2018-09-11 22:16:56 +02:00
"cardType": "side"
2018-09-11 18:02:40 +02:00
}]
```