Minecraft Coding

12345678910111213141516171819
Across
  1. 2. Instructions placed in the correct order.
  2. 5. Storage for items the player or agent carries.
  3. 8. Repeating a process or set of instructions.
  4. 11. A robot helper in Minecraft Education that players can code to move build and collect items.
  5. 13. A command that changes the direction the agent faces.
  6. 15. A block-based coding platform commonly used with Minecraft.
  7. 17. An agent command used to pick up nearby items.
  8. 18. An instruction that tells the computer or agent what to do.
  9. 19. Instantly moving a player or agent to a different location.
Down
  1. 1. Finding and fixing mistakes in a program.
  2. 3. A reusable group of commands that performs a specific task.
  3. 4. A complete set of instructions written to perform tasks.
  4. 6. A location in the Minecraft world using X Y and Z values.
  5. 7. A storage container for information that can change during a program.
  6. 9. A command allowing the agent to examine nearby blocks.
  7. 10. An error or problem in code that prevents it from working correctly.
  8. 12. Something that triggers code to run such as pressing a button or spawning into the world.
  9. 14. A coding structure that repeats instructions multiple times.
  10. 16. A decision-making statement using “if” something happens then another action occurs.