adding turtle examples (#603)
This commit is contained in:
parent
95a46d36d0
commit
34c481bc31
@ -78,3 +78,24 @@ Here are some fun programs for your @boardname@!
|
|||||||
"cardType": "example"
|
"cardType": "example"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Turtle graphics
|
||||||
|
|
||||||
|
```codecard
|
||||||
|
[{
|
||||||
|
"name": "Turtle Square",
|
||||||
|
"description": "move in a square",
|
||||||
|
"url":"/examples/turtle-square",
|
||||||
|
"cardType": "example"
|
||||||
|
}, {
|
||||||
|
"name": "Turtle Spiral",
|
||||||
|
"description": "move in a spiral",
|
||||||
|
"url":"/examples/turtle-spiral",
|
||||||
|
"cardType": "example"
|
||||||
|
}, {
|
||||||
|
"name": "Turtle Scanner",
|
||||||
|
"description": "scans the screen down",
|
||||||
|
"url":"/examples/turtle-scanner",
|
||||||
|
"cardType": "example"
|
||||||
|
}]
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user