@@ -7,7 +7,7 @@ Welcome to the 👾 **Bug Arena** 👾 where the smartest bugs battle for glory!
77
88Watch 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
2424Let'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
117117Let'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
121121Now 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
171171hourOfAi=github:riknoll/bug-arena
172- ```
172+ ```
0 commit comments