a10a69b96c
* Add the Stu Lowe coding cards * Move 'Coding Cards' below 'Hardware'
75 lines
2.6 KiB
Markdown
75 lines
2.6 KiB
Markdown
# Coding Cards
|
|
|
|
## Math
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "Make a Digital Balance",
|
|
"description": "Use the accelerometer to find the balance point",
|
|
"url": "https://drive.google.com/open?id=1Tl80unLA5_Zwkymh1flSbwuZbCIqSOxQ",
|
|
"imageUrl": "/static/coding-cards/balance-card.jpg"
|
|
},
|
|
{
|
|
"name": "Make a Digital Dice",
|
|
"description": "Create a shakeable dice that uses the accelerometer",
|
|
"url": "https://drive.google.com/open?id=1iW75z-7maJ3qixwv9Yuj6rA5U387qVpg",
|
|
"imageUrl": "/static/coding-cards/dice-card.jpg"
|
|
},
|
|
{
|
|
"name": "Make a Trundle Wheel",
|
|
"description": "Build trundle wheel that measures a distance travelled",
|
|
"url": "https://drive.google.com/open?id=1hzpBN5aqzYMvm7s_W6RQr9u4eFx1f6LK",
|
|
"imageUrl": "/static/coding-cards/trundlewheel-card.jpg"
|
|
}
|
|
]
|
|
```
|
|
|
|
## Games
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "Nervous",
|
|
"description": "Carefully move the ring but don't touch the wire!",
|
|
"url": "https://drive.google.com/open?id=1BJCkrdMoojU-ojQcOluawecw5W6kcdnZ",
|
|
"imageUrl": "/static/coding-cards/games-nervous.jpg"
|
|
},
|
|
{
|
|
"name": "Reaction",
|
|
"description": "Which player has the fastest reaction time?",
|
|
"url": "https://drive.google.com/open?id=1kfZKLflUrPoeveboo1LpubgaJSsFkDgY",
|
|
"imageUrl": "/static/coding-cards/games-reaction.jpg"
|
|
},
|
|
{
|
|
"name": "Shake the Bottle",
|
|
"description": "Shake the bottle until the fizz inside pops the lid",
|
|
"url": "https://drive.google.com/open?id=1lTZbrVP5UDG7IZeY1Kod8gw4VNcldzzZ",
|
|
"imageUrl": "/static/coding-cards/games-shake.jpg"
|
|
},
|
|
{
|
|
"name": "Sprite Based Games",
|
|
"description": "Try this game to see how to make sprite based games",
|
|
"url": "https://drive.google.com/open?id=1p1fm9SlFVr8NQ9ctQvhZ7H-okfxXhabW",
|
|
"imageUrl": "/static/coding-cards/games-sprite.jpg"
|
|
},
|
|
{
|
|
"name": "Zen",
|
|
"description": "Strike a pose but keep very still, wiggle too much and your out!",
|
|
"url": "https://drive.google.com/open?id=14JBWsx-K489GjSgvMX4kslxaHKYfdBtj",
|
|
"imageUrl": "/static/coding-cards/games-zen.jpg"
|
|
}
|
|
]
|
|
```
|
|
|
|
## See Also
|
|
|
|
[Make a Digital Balance](https://drive.google.com/open?id=1Tl80unLA5_Zwkymh1flSbwuZbCIqSOxQ),
|
|
[Make a Digital Dice](https://drive.google.com/open?id=1iW75z-7maJ3qixwv9Yuj6rA5U387qVpg),
|
|
[Make a Trundle Wheel](https://drive.google.com/open?id=1hzpBN5aqzYMvm7s_W6RQr9u4eFx1f6LK),
|
|
[Nervous](https://drive.google.com/open?id=1BJCkrdMoojU-ojQcOluawecw5W6kcdnZ),
|
|
[Reaction](https://drive.google.com/open?id=1kfZKLflUrPoeveboo1LpubgaJSsFkDgY),
|
|
[Shake the Bottle](https://drive.google.com/open?id=1lTZbrVP5UDG7IZeY1Kod8gw4VNcldzzZ),
|
|
[Sprite Based Games](https://drive.google.com/open?id=1p1fm9SlFVr8NQ9ctQvhZ7H-okfxXhabW),
|
|
[Zen](https://drive.google.com/open?id=14JBWsx-K489GjSgvMX4kslxaHKYfdBtj)
|