Include unplugged intro step in tutorials (#1376)

This commit is contained in:
Galen Nickel
2018-10-10 15:38:51 -07:00
committed by Peli de Halleux
parent 55d2b9ea1e
commit 3a217e910e
10 changed files with 40 additions and 12 deletions

View File

@ -1,7 +1,11 @@
# Coin Flipper
## Introduction @unplugged
Let's create a coin flipping program to simulate a real coin toss. We'll use icon images to represent a ``heads`` or ``tails`` result.
![Simulating coin toss](/static/mb/projects/coin-flipper/coin-flipper.gif)
## Step 1
Get an ``||input:on button A pressed||`` block from the ``||input:Input||`` drawer in the toolbox. We'll put our coin flipping code in here.