Add the Stu Lowe coding cards (#2438)
* Add the Stu Lowe coding cards * Move 'Coding Cards' below 'Hardware'
74
docs/coding-cards.md
Normal file
@ -0,0 +1,74 @@
|
||||
# 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)
|
BIN
docs/static/coding-cards/balance-card.jpg
vendored
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
docs/static/coding-cards/dice-card.jpg
vendored
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
docs/static/coding-cards/games-nervous.jpg
vendored
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
docs/static/coding-cards/games-reaction.jpg
vendored
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
docs/static/coding-cards/games-shake.jpg
vendored
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
docs/static/coding-cards/games-sprite.jpg
vendored
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
docs/static/coding-cards/games-zen.jpg
vendored
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
docs/static/coding-cards/trundlewheel-card.jpg
vendored
Normal file
After Width: | Height: | Size: 64 KiB |
@ -201,7 +201,8 @@
|
||||
"Turtle": "projects/turtle",
|
||||
"Blocks To JavaScript": "courses/blocks-to-javascript",
|
||||
"Courses": "courses",
|
||||
"Behind the MakeCode Hardware": "behind-the-makecode-hardware"
|
||||
"Behind the MakeCode Hardware": "behind-the-makecode-hardware",
|
||||
"Coding Cards": "coding-cards"
|
||||
},
|
||||
"electronManifest": {
|
||||
"latest": "v2.0.3"
|
||||
|