pxt-calliope/docs/coding-cards.md
Amerlander 918af4f3ac
Bump V3.0.22 (#110)
* change simulator svg

* change radio image

* Remove google fonts cdn

* change color of 'advanced' button

* font fix

* font fix 2

* display fix

* change fullsceen simulator bg

* Continuous servo

* handle continuous state

* adding shims

* update rendering for continuous servos

* fixing sim

* fix sig

* typo

* fix sim

* bump pxt

* bump pxt

* rerun travis

* Input blocks revision

- add Button and Pin event types
- merge onPinPressed & onPinReleased in new onPinEvent function
- create new onButtonEvent function

* update input blocks in docs and tests

* remove device_pin_release block

* Hide DAL.x behind Enum

* bring back deprecated blocks, but hide them

* shims and locales files

* fix input.input. typing

* remove buildpr

* bump V3

* update simulator aspect ratio

* add Loudness Block

* revoke loudness block

* Adds soundLevel

To be replaced by pxt-common-packages when DAL is updated.

* Remove P0 & P3 from AnalogPin

Co-authored-by: Juri <gitkraken@juriwolf.de>
2020-09-08 02:04:25 -07:00

2.6 KiB

Coding Cards

Math

[
{
  "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

[
{
  "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, Make a Digital Dice, Make a Trundle Wheel, Nervous, Reaction, Shake the Bottle, Sprite Based Games, Zen