From 18480080e7e0410588b0c1ded6d8e3c74822c987 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 19 Jan 2018 15:42:23 -0800 Subject: [PATCH] updated tutorial format --- docs/lessons/make-it-move-tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/lessons/make-it-move-tutorial.md b/docs/lessons/make-it-move-tutorial.md index aaeb1d8e..4fdf9366 100644 --- a/docs/lessons/make-it-move-tutorial.md +++ b/docs/lessons/make-it-move-tutorial.md @@ -1,6 +1,6 @@ # Make It Move Without Wheels -## Objective @fullscreen +## Objective @unplugged Design, build and program a robot that can move itself: @@ -13,7 +13,7 @@ Your robot will: ![LECG Mindstorms brick with parts](/static/lessons/make-it-move/locomotion-no-wheels.jpg) -## Construct @fullscreen +## Construct @unplugged Build a Walker Bot! @@ -67,6 +67,6 @@ motors.stopAllMotors() brick.showString("30 cm", 1) ``` -## Program 4 @fullscreen +## Download @fullscreen Click `|Download|` and follow the instructions to get your code onto your EV3 Brick. Press the **center** button on the EV3 Brick to run the program.