diff --git a/docs/coding-cards.md b/docs/coding-cards.md new file mode 100644 index 00000000..7846e4f6 --- /dev/null +++ b/docs/coding-cards.md @@ -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) diff --git a/docs/static/coding-cards/balance-card.jpg b/docs/static/coding-cards/balance-card.jpg new file mode 100644 index 00000000..6b23939c Binary files /dev/null and b/docs/static/coding-cards/balance-card.jpg differ diff --git a/docs/static/coding-cards/dice-card.jpg b/docs/static/coding-cards/dice-card.jpg new file mode 100644 index 00000000..94fac1a0 Binary files /dev/null and b/docs/static/coding-cards/dice-card.jpg differ diff --git a/docs/static/coding-cards/games-nervous.jpg b/docs/static/coding-cards/games-nervous.jpg new file mode 100644 index 00000000..772ddd24 Binary files /dev/null and b/docs/static/coding-cards/games-nervous.jpg differ diff --git a/docs/static/coding-cards/games-reaction.jpg b/docs/static/coding-cards/games-reaction.jpg new file mode 100644 index 00000000..a2e50f68 Binary files /dev/null and b/docs/static/coding-cards/games-reaction.jpg differ diff --git a/docs/static/coding-cards/games-shake.jpg b/docs/static/coding-cards/games-shake.jpg new file mode 100644 index 00000000..2f4a51bf Binary files /dev/null and b/docs/static/coding-cards/games-shake.jpg differ diff --git a/docs/static/coding-cards/games-sprite.jpg b/docs/static/coding-cards/games-sprite.jpg new file mode 100644 index 00000000..caa6533e Binary files /dev/null and b/docs/static/coding-cards/games-sprite.jpg differ diff --git a/docs/static/coding-cards/games-zen.jpg b/docs/static/coding-cards/games-zen.jpg new file mode 100644 index 00000000..9677eb37 Binary files /dev/null and b/docs/static/coding-cards/games-zen.jpg differ diff --git a/docs/static/coding-cards/trundlewheel-card.jpg b/docs/static/coding-cards/trundlewheel-card.jpg new file mode 100644 index 00000000..c3ae03f5 Binary files /dev/null and b/docs/static/coding-cards/trundlewheel-card.jpg differ diff --git a/targetconfig.json b/targetconfig.json index 81a145ea..041b32ea 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -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"