Skip to content

Commit

Permalink
Updating Lyla Jr with more detail (#6527) (#6528)
Browse files Browse the repository at this point in the history
* Updating Lyla Jr with more detail

* Updating step numbers
  • Loading branch information
kiki-lee authored Oct 24, 2024
1 parent 6f1b9dd commit 8e16321
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
Binary file added docs/static/tutorials/lyla/finish.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 24 additions & 7 deletions docs/tutorials/lyla-jr.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,30 @@

## Lyla and Ev's Snack Chase @showdialog

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

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



## {Step 5}
## {Step 2}

**We need snacks to chase!**

---

Snap the
```block
sprites.sendFlying(lyla_imgs.picklechip, 1)
```
block into the workspace.

---

![Add a flying pickle with a new block](/static/tutorials/lyla/pickle.gif "Choose the pickle from the gallery" )



#### ~ tutorialhint

```blocks
Expand All @@ -26,7 +38,7 @@ sprites.sendFlying(lyla_imgs.picklechip, 1)



## {Step 7}
## {Step 3}

**Add a background!**

Expand All @@ -47,7 +59,7 @@ scene.setBG(lyla_imgs.diner)



## {Step 6}
## {Step 4}

**Try your game!**

Expand All @@ -59,7 +71,7 @@ catch the snacks.



## {Step 8}
## {Step 5}

**Add a timer!**

Expand All @@ -86,7 +98,7 @@ game.gameCountdown(30)



## {Step 10}
## {Step 6}

**Make more changes!**

Expand Down Expand Up @@ -116,7 +128,12 @@ music.play(music.createSong(assets.song`countdown`), music.PlaybackMode.InBackgr
![You finished your game!](/static/tutorials/lyla/finish.gif "You finished your game")


You made a video game! Try playing it with your friends.
You made a video game!

You can play with one other friend on the same keyboard,
or start a game with more friends by clicking **Done** and
clicking "Host Multiplayer Game".



```blockconfig.global
Expand Down

0 comments on commit 8e16321

Please sign in to comment.