Skip to content

Commit 3a7c531

Browse files
authored
Updating Scribble Tutorial (#7093)
Change references from 'Hour of AI' to 'Bug AI' Point to updated video
1 parent 9df2ea5 commit 3a7c531

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/skillmap/bug-arena/scribble.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to the 👾 **Bug Arena** 👾 where the smartest bugs battle for glory!
77

88
Watch this introduction video to get started, and then click Ok.
99

10-
![Bug Arena Intro](youtube:gu3zv7TQwnk "video introduction of bug arena")
10+
![Bug Arena Intro](youtube:U_bcAht2o0A "video introduction of bug arena")
1111

1212
## Random Algorithm
1313

@@ -23,7 +23,7 @@ Our bug moves on its own, so we just need to determine when and in which directi
2323

2424
Let's have our bug turn a different direction every 5 seconds. To do this, we'll use a time interval block. 🕓
2525

26-
From the ``||hourOfAi:Hour of AI||`` toolbox category, drag an ``||hourOfAi:every 5000 ms||`` block out onto the Workspace - you can put it anywhere.
26+
From the ``||hourOfAi:Bug AI||`` toolbox category, drag an ``||hourOfAi:every 5000 ms||`` block out onto the Workspace - you can put it anywhere.
2727

2828
~hint What does this do?
2929

@@ -47,7 +47,7 @@ hourOfAi.every(5000, function () {
4747

4848
## Turn your bug!
4949

50-
From the ``||hourOfAi:Hour of AI||`` category, drag a ``||hourOfAi:turn 90||`` block out and drop into the ``||hourOfAi:every 5000 ms||`` block.
50+
From the ``||hourOfAi:Bug AI||`` category, drag a ``||hourOfAi:turn 90||`` block out and drop into the ``||hourOfAi:every 5000 ms||`` block.
5151
<br/>
5252
<br/>
5353

@@ -116,7 +116,7 @@ It gets stuck for a little while until it can turn again. 😣 Let's fix that i
116116

117117
Let's add some code to make our bug turn ↩️ when it hits a wall.
118118

119-
From the ``||hourOfAi:Hour of AI||`` category, drag an ``||hourOfAi:on bump wall||`` block out onto the Workspace - you can put it anywhere.
119+
From the ``||hourOfAi:Bug AI||`` category, drag an ``||hourOfAi:on bump wall||`` block out onto the Workspace - you can put it anywhere.
120120

121121
Now drag another ``||hourOfAi:turn 90||`` block and drop it into the ``||hourOfAi:on bump wall||`` block.
122122

@@ -169,4 +169,4 @@ hourOfAi.onStart(function () {
169169

170170
```package
171171
hourOfAi=github:riknoll/bug-arena
172-
```
172+
```

0 commit comments

Comments
 (0)