Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Lyla Jr with more detail #6527

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading