moving turtle examples
This commit is contained in:
21
docs/projects/turtle.md
Normal file
21
docs/projects/turtle.md
Normal 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"
|
||||
}]
|
||||
```
|
Reference in New Issue
Block a user