Download
Announcement
RoboBlocky Release Notes
Linkbot Labs Release Notes
Linkbot IDE Release Notes
Portal
Documents
Curriculum
Favorites
Edit Favorites
File
My Classes
Sign In
Learning Math/CS/Engineering Design with Robotics
Coding Level 2
Lessons
Activities
These Coding 2 activities introduce students to the fundamentals of coding with robotics.
Create and Use Variables
a
Run Program Step-by-Step to Learn and Debug
a
Get the Robot Position [getxy(), getposition()]
a
Use a Count Loop
a
Print Variable: Output Variable's Value to the User
a
Create Drawings Out of Geometric Shapes
a
Show Image: How to Display Images
a
Create an Image Object and Display the Image
a
Flip an Image
a
Rotate an Image
a
Rotating an Image, Part 2
Animating an Image
Dog Chasing Ball
Animation Using Drawing Objects
a
Generate Random Numbers
a
Conditional ("if") Statement: Make Decisions Based on a Condition
a
P
The if-elseif-else Conditional Statement
a
If-Else Statements: Drive the Robot to a Specified xy Coordinate
Logical AND and OR: Make Decisions on Multiple Conditions Simultaneously
a
Logical "OR" Statements: Drive the Robot to a Specified xy Coordinate
Functions: Create Modular Programs
a
Functions: Create a Circle
Create and Use Functions with Input Values
a
Output the Result from a Function back to the Main Program
a