Thursday, May 22, 2014

puzzle 15


Ok, this is just like the last puzzle, but you need to remember how you used the "if" block and the "repeat" block together.
Need help?
 
See these videos and hints
 1
Maze Intro
6
If Block
5
Repeat Until Block
Blocks
 
Assemble your blocks here: 
9
  / 4
 
Show Code
move forwardturnleft ↺ ▼turnright ↻ ▼repeat untildoif pathto the right ↻ ▼dorepeat untildoif pathahead ▼doif pathto the right ↻ ▼doturnright ↻ ▼if pathahead ▼domove forwardif pathto the right ↻ ▼domove forwardmove forward

puzzle 9


When a block is grey, that means you can't delete it or change it. Try and solve this puzzle using the "repeat" block that repeats 3 times. Try putting these 3 blocks inside the grey "repeat" block: move, move, turn.
Need help?

See these videos and hints
 1
4
Repeat Times Block

Blocks

Assemble your blocks here: 
4
  / 4

Show Code
move forwardturnleft ↺ ▼turnright ↻ ▼repeat2timesdorepeat3timesdomove forwardmove forwardturnright ↻ ▼