Skip to content

Commit

Permalink
Update ar/jazz.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Feb 19, 2025
1 parent 1992dba commit b547e6c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions ar/jazz.md
Original file line number Diff line number Diff line change
@@ -1,21 +0,0 @@
### @flyoutOnly true
### @hideIteration true
### @explicitHints true

# Big Band Jazz

## Step 1
The Jazz Musician has lost his trumpet and is using a kazoo instead. Code your Agent through the maze and collect the trumpet.

#### ~ tutorialhint
Drag ``||agent.agent move||`` into ``||blocks.on start||`` to give instructions to your agent on how to move. Count how far and in what
direction the agent needs to move and use the agent move block direction (UP, DOWN, LEFT, RIGHT) and distance to move to the trumpet. At the end of your code use ``||agent.agent collect all||`` to collect the trumpet.
```ghost
agent.move(FORWARD, 0)
agent.collectAll()
```
```template
\\
```
```package
```

0 comments on commit b547e6c

Please sign in to comment.