Small batch of 'activity' edits (#376)

This commit is contained in:
Galen Nickel
2018-03-23 16:26:46 -07:00
committed by Peli de Halleux
parent 988bec00b2
commit f41a646541
5 changed files with 9 additions and 11 deletions

View File

@ -1,15 +1,12 @@
# Make It Move Without Wheels
Design, build and program a robot that can move itself using no wheels
for locomotion.
![Make it move banner](/static/lessons/make-it-move/make-it-move-without-wheels.jpg)
## Connect
### Design Brief
Design, build and program a robot that can move itself.
Design, build and program a robot that can move itself using no wheels for locomotion.
![Make it move banner](/static/lessons/make-it-move/make-it-move-without-wheels.jpg)
Your robot will:
@ -35,7 +32,8 @@ If you want some building help you can follow these instructions.
### Program
Before you program, think about:
Before you program, think about:
* How will you program the robot to move?
* How will you program the robot to stop?
* How will you program the robot to display the distance moved?