0% found this document useful (0 votes)
3 views1 page

Code Execution Quick Start Guide

Student Quick Start Guide provides an overview for coding beginners. It explains that code runs line by line to control a hero character. Students are advised to check spelling and capitalization to avoid errors and are encouraged to test their code by pressing "Run" multiple times. The guide also highlights key areas of the coding interface like the code editor, output window, API examples, hints, and reload button.

Uploaded by

Scott Blevins
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Code Execution Quick Start Guide

Student Quick Start Guide provides an overview for coding beginners. It explains that code runs line by line to control a hero character. Students are advised to check spelling and capitalization to avoid errors and are encouraged to test their code by pressing "Run" multiple times. The guide also highlights key areas of the coding interface like the code editor, output window, API examples, hints, and reload button.

Uploaded by

Scott Blevins
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Student Quick Start Guide

Meet your hero


Code tells your hero what to do!
• Code runs starting from line 1, then goes line by line until it’s done OR it comes across an error.
• Your code has to be very specific! Make sure your spelling and capitalization is correct to avoid errors.
• Don’t be afraid to press “Run” and test what your code does! You can try as many times as you want.

5 6

(your hero might be a


different character)

1 Write code in the code editor. 3 Watch your code in action! 5 Stuck? Check out some Hints. 7 Make sure you complete all
the goals in each level!

2 Press “Run” to see your code 4 Hover over an API for 6 Messed up the starting code?
run line by line. examples on how to use it. Click “Reload” to start over.

You might also like