Skip to content

Commit

Permalink
Added divider lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-lee committed Nov 21, 2023
1 parent 8fdb3df commit 13f6ced
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/test/tutorials/turkey-jr.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Add the turkey to your code.
turkey.addTurkey()
```

---

![Add the new block to the workspace](/static/skillmap/turkey/jr2.gif)


#### ~ tutorialhint
```blocks
Expand All @@ -33,7 +37,7 @@ turkey.addTurkey()
```


![Add the new block to the workspace](/static/skillmap/turkey/jr2.gif)




Expand Down Expand Up @@ -61,7 +65,7 @@ turkey.onA(function () {
})
```


---

![Add the new block to the workspace](/static/skillmap/turkey/jr4.gif)

Expand Down Expand Up @@ -96,13 +100,14 @@ turkey.onA(function () {

## {6. Get Cages}

Now add this:
Add this:
```blocks
turkey.turkeyOverlapCage(function () {
turkey.changeScoreOverride(1)
})
```

---

![Add the new block to the workspace](/static/skillmap/turkey/jr6.gif)

Expand Down Expand Up @@ -152,6 +157,8 @@ turkey.turkeyOverlapCage(function () {
})
```

---


![Add the new block to the workspace](/static/skillmap/turkey/jr8.gif)

Expand Down Expand Up @@ -179,7 +186,7 @@ turkey.turkeyOverlapCage(function () {

## {9. Play}

- :binoculars: Now you free a turkey when you touch each cage.
- :binoculars: Now you'll free a turkey when you touch each cage.


![Add the new block to the workspace](/static/skillmap/turkey/free.gif)
Expand All @@ -195,8 +202,11 @@ turkey.onCages(15, function () {
})
```

---

![Add the new block to the workspace](/static/skillmap/turkey/jr10.gif)


#### ~ tutorialhint

```blocks
Expand All @@ -223,7 +233,7 @@ turkey.onCages(15, function () {

## {11. Play}

- :binoculars: Now you will win the game when you free 15 turkeys!
- :binoculars: You should win the game when you free 15 turkeys!

![Add the new block to the workspace](/static/skillmap/turkey/win.gif)

Expand Down

0 comments on commit 13f6ced

Please sign in to comment.