MINECRAFT TURTLE TRAINING
Welcome to computer craft turtle training
"Training Learners to program a turtle like a Ninja"
All turtle commands found here
JUNIOR STUDENT NOTE TAKER
Lesson 0 - Pre Programming
|
|
TASK 1 - Lightbot
|
Lesson 1 - Basic Programming
Lesson 1 - Hints
|
|
To create a program
|
Lesson 2 - Pseudo Code
|
|
|
By the end of lesson 2 you should have all sections of the student note taker filled out for Lesson 1 and 2.
Lesson 3 - For Loops
Link to Hint Sheet |
For Loops look like this
|
Lesson 4 - Notepad ++
Lesson 5 - While Loops
Hint Sheet |
|
Lesson 6 - Code Sandwich
|
|
Code needs to be indented
|
Lesson 7 - If Statements
Hint Sheet |
Code looks like this
|
Lesson 8 - Code Commenting 1
|
|
Code commenting looks like this
|
Lesson 9 - Variables and User Prompting
Instruction Sheet
|
|
--asks for the number of steps
|
Lesson 9 - Variables and User Prompting
Instruction Sheet |
--asks for the number of steps
|
Lesson 10 - Code Commenting 2
|
|
--[[ This code will go forward once
|
Lesson 11 - Functions
Instruction Sheet |
|
Lesson 12 - Arrays
Instruction Sheet
|
|
Movement = {5, 10 , 12}
|