moving turtle examples

This commit is contained in:
Peli de Halleux
2018-09-11 09:02:40 -07:00
parent e27232667d
commit fe444a8371
7 changed files with 85 additions and 39 deletions

21
docs/projects/turtle.md Normal file
View File

@ -0,0 +1,21 @@
# Turtle
Turtle graphics on your @boardname@ screen!
## Turtle graphics
```codecard
[{
"name": "Square",
"description": "Move in a square",
"url": "/projects/turtle-square"
}, {
"name": "Spiral",
"description": "Move in a spiral",
"url": "/projects/turtle-spiral"
}, {
"name": "Scanner",
"description": "Scan down the screen",
"url": "/projects/turtle-scanner"
}]
```