Skip to content

Commit c8d75e0

Browse files
authored
change scissors emoji (#6159)
1 parent 1438a78 commit c8d75e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/projects/rock-paper-scissors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ input.onGesture(Gesture.Shake, function() {
172172

173173
## {Step 12}
174174

175-
Now let's deal with the last condition - if our hand variable isn't holding a 1 (Rock) or a 2 (Paper), then it must be 3 ( Scissors)! From the ``||basic:Basic||`` category, drag another ``||basic:show icon||`` block out and drop it into the last opening under the ``||logic:else||``. In the ``||basic:show icon||`` block, click on the Heart icon and select the Scissors icon.
175+
Now let's deal with the last condition - if our hand variable isn't holding a 1 (Rock) or a 2 (Paper), then it must be 3 (✂️ Scissors)! From the ``||basic:Basic||`` category, drag another ``||basic:show icon||`` block out and drop it into the last opening under the ``||logic:else||``. In the ``||basic:show icon||`` block, click on the Heart icon and select the Scissors icon.
176176

177177
```blocks
178178
let hand = 0;

docs/projects/spy/rock-paper-scissors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ input.onGesture(Gesture.Shake, function() {
6161

6262
## {Step 5}
6363

64-
Finally let's deal with the last condition - if our hand variable isn't holding a 1 (Rock) or a 2 (Paper), then it must be 3 (Scissors)! Add an ``||logic:else||`` clause and use the ``||basic:show icon||`` function to show Scissors.
64+
Finally let's deal with the last condition - if our hand variable isn't holding a 1 (Rock) or a 2 (Paper), then it must be 3 (Scissors)! Add an ``||logic:else||`` clause and use the ``||basic:show icon||`` function to show ✂️ Scissors.
6565

6666
```spy
6767
let hand = 0;
@@ -83,4 +83,4 @@ Let's test your code! Press the white **SHAKE** button on the micro:bit on-scree
8383

8484
## {Step 7}
8585

86-
If you have a @boardname@ device, connect it to your computer and click the ``|Download|`` button. Follow the instructions to transfer your code onto the @boardname@. Once your code has been downloaded, attach your micro:bit to a battery pack and challenge another micro:bit or a human to a game of 💎 Rock, 📃 Paper, Scissors!
86+
If you have a @boardname@ device, connect it to your computer and click the ``|Download|`` button. Follow the instructions to transfer your code onto the @boardname@. Once your code has been downloaded, attach your micro:bit to a battery pack and challenge another micro:bit or a human to a game of 💎 Rock, 📃 Paper, ✂️ Scissors!

0 commit comments

Comments
 (0)