Skip to content

Commit

Permalink
Adding videos to Lyla
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-lee committed Nov 13, 2024
1 parent dd904e8 commit 8a66d99
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
Binary file modified docs/static/tutorials/lyla/key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions docs/test/tutorials/lyla-jr.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

**Let's code a video game with Lyla, Everett, Luke and Stu!**

![Pickle Party Game](/static/tutorials/lyla/lyla.gif "Characters chasing pickle slices." )

![Lyla intro](youtube:d8f-PtWSuKk)


## {Step 2}
Expand Down Expand Up @@ -68,6 +67,8 @@ scene.setBG(lyla_imgs.diner)

**Try your game!**

![Lyla intro](youtube:d8f-PtWSuKk?start=53)

---

Press A (or the space bar) to clear the message, then use the arrow keys to
Expand Down Expand Up @@ -104,10 +105,10 @@ game.gameCountdown(30)



## {Step 7}
## 🥒 You did it! 🥒



🥒 You did it! 🥒


You made a video game!
Expand All @@ -117,7 +118,6 @@ You made a video game!




## Play with Friends @showdialog


Expand All @@ -127,11 +127,11 @@ You can play your game with one other friend using the same keyboard.

---

~hint Click here to learn how to play online with more friends.
~hint Click here to learn how to play online with up to three other friends.

---

![balloon intro](youtube:jZGvmt6X880)
![Sharing Multiplayer](youtube:dGaG_b2y33I)

hint~

Expand All @@ -143,7 +143,8 @@ hint~

---

Add more blocks to change players, change snacks, or add music!
Add more blocks!
You can change players, change snacks, or add music!

![Add something special](/static/tutorials/lyla/more.gif "Add something special")

Expand All @@ -163,21 +164,20 @@ music.play(music.createSong(assets.song`countdown`), music.PlaybackMode.InBackgr





```blockconfig.global
scene.setBG(lyla_imgs.diner)
game.gameCountdown(30)
sprites.sendFlying(lyla_imgs.picklechip, 1)
music.play(music.createSong(assets.song`countdown`), music.PlaybackMode.InBackground)
music.play(music.melodyPlayable(music.baDing), music.PlaybackMode.InBackground)
```


```ghost
scene.setBG(lyla_imgs.diner)
game.gameCountdown(30)
sprites.sendFlying(lyla_imgs.picklechip, 1)
music.play(music.melodyPlayable(music.baDing), music.PlaybackMode.InBackground)
```


Expand Down
24 changes: 12 additions & 12 deletions docs/tutorials/lyla-jr.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

**Let's code a video game with Lyla, Everett, Luke and Stu!**

![Pickle Party Game](/static/tutorials/lyla/lyla.gif "Characters chasing pickle slices." )

![Lyla intro](youtube:d8f-PtWSuKk)


## {Step 2}
Expand Down Expand Up @@ -68,6 +67,8 @@ scene.setBG(lyla_imgs.diner)

**Try your game!**

![Lyla intro](youtube:d8f-PtWSuKk?start=53)

---

Press A (or the space bar) to clear the message, then use the arrow keys to
Expand Down Expand Up @@ -104,10 +105,10 @@ game.gameCountdown(30)



## {Step 7}
## 🥒 You did it! 🥒



🥒 You did it! 🥒


You made a video game!
Expand All @@ -117,7 +118,6 @@ You made a video game!




## Play with Friends @showdialog


Expand All @@ -127,11 +127,11 @@ You can play your game with one other friend using the same keyboard.

---

~hint Click here to learn how to play online with more friends.
~hint Click here to learn how to play online with up to three other friends.

---

![balloon intro](youtube:jZGvmt6X880)
![Sharing Multiplayer](youtube:dGaG_b2y33I)

hint~

Expand All @@ -143,7 +143,8 @@ hint~

---

Add more blocks to change players, change snacks, or add music!
Add more blocks!
You can change players, change snacks, or add music!

![Add something special](/static/tutorials/lyla/more.gif "Add something special")

Expand All @@ -163,21 +164,20 @@ music.play(music.createSong(assets.song`countdown`), music.PlaybackMode.InBackgr





```blockconfig.global
scene.setBG(lyla_imgs.diner)
game.gameCountdown(30)
sprites.sendFlying(lyla_imgs.picklechip, 1)
music.play(music.createSong(assets.song`countdown`), music.PlaybackMode.InBackground)
music.play(music.melodyPlayable(music.baDing), music.PlaybackMode.InBackground)
```


```ghost
scene.setBG(lyla_imgs.diner)
game.gameCountdown(30)
sprites.sendFlying(lyla_imgs.picklechip, 1)
music.play(music.melodyPlayable(music.baDing), music.PlaybackMode.InBackground)
```


Expand Down

0 comments on commit 8a66d99

Please sign in to comment.