How to solve blockly maze level 10

preview_player
Показать описание
How to solve Blockly maze level 10
Subscribe and give like and fav.
My other channels:
Рекомендации по теме
Комментарии
Автор

My character got to the end but then he just fell down. I used the exactly same input as you

laurabarascu
Автор

My character attempted to go on moving forwards even when it reached the destination.

jianz
Автор

Bruh my guy just went right at the very end and it didn’t count

sacrit
Автор

i was doing this for my computer class (i’m not a computer person at all) and somehow i managed to get all the levels but i was on this one for over 2 hours until i gave up and looked for the answer

aleida
Автор

Caso tenha dado errado, pegue o move foward de cima e coloque para baixo

DanielSilva-pxhm
Автор

I solved it by using the very same blocks except putting the move forward block below the first if else block instead of on top of it

MrLglc
Автор

Hello I liked it so much Thank you for helping me it was very difficult Thank you I liked it so much that I subscribed to the channel

tthhgamer
Автор

Guys the simple change is just put the "move forward" block below the huge blue color first 'do or else' block.
I did this and it worked but am still unable to understand how this worked.

amberyadav
Автор

while (notDone()): if (isPathForward()): moveForward() turnLeft() else: turnRight()

Unace
Автор

as a software developing student who couldn't got over this without searching for it i feel so humilliated :sob:

buyobuyoyo
Автор

There should be a "move forward" on last function, and remove the first "move forward" function

sudo-ja
Автор

Comparatively the most efficient code for Level 10 (Only 15 lines of code)

moveForward();
moveForward();
turnLeft();
while (notDone()) {
if(isPathRight()) {
turnRight();
moveForward();
} else {
if (isPathLeft()) {
turnLeft();
} else {
turnLeft();
}
}
}

mahadishishir
Автор

Hello thanks i did it After this video without mistakes thanks

itsschnitzeltv
Автор

This is nested in a nested in a nested loop. NOICE

minthememegod
Автор

thanks i was the first   one to do it in my class

hariskhan
Автор

The last few levels are difficult levels

cnbkdcdvhdfxjnxcjhdnj
Автор

i was at the end then just fell down to the left

shaynefrancotaddeolezada
Автор

Its not working. I do anythink what is in this video. Its comes to end but.... kurde andgieskiego dobrze jeszcze nie znam dobrze ale ... TO MI TAK DZIWNIE DZIAŁA! NO POPROSTU DOCIERA DO TEGO PUNKTU ALE TO JESZCZE RAZ SIE POWTARZA I MI NIE PRZECHODZI LEVEL! CO JEST Z TYM NIE TAK?!

hannahtheraptor
Автор

god dang im so stupid i have a test tomorow and i dont know anything about this

asalalneis
Автор

the man came at end but then it fell why? i copied the same blocks then it fell?

HeroAgent