You might be interested in a solution that uses less blocks (i would be). I might have been lucky, took me 2-3 minutes to find this.
https://blockly-games.appspot.com/maze?level=10#taj4p4
Does anyone know of a better one?
Edit: just as i posted this i saw that you dont even need the first "Move Forward", so it is 10 lines total with 4 blocks left
EDIT: Nice. I was doing it slightly different to yours, https://blockly-games.appspot.com/maze?level=10#foif9x , two if statements instead would have fixed that, and the pattern becomes perfectly clear. Cheers. :)
But that's code bingo - fewer lines, but less efficient for the mouse.
You might be interested in a solution that uses less blocks (i would be). I might have been lucky, took me 2-3 minutes to find this.
https://blockly-games.appspot.com/maze?level=10#taj4p4
Does anyone know of a better one?
Edit: just as i posted this i saw that you dont even need the first "Move Forward", so it is 10 lines total with 4 blocks left