Minecraft Hour of Code Adventurer: Answer Sheet & Teacher Tips

Similar documents
Single Player Orientation

Quest 1: Viking Roles

Introduction to Computer Science with MakeCode for Minecraft

Quest 1: Viking Roles

Battlefield Academy Template 1 Guide

After you have completed the tutorial, you will be given an initial knowledge check by ALEKS to determine what topics you already know so ALEKS can

Getting Started with Coding Awbie. Updated

How to Survive Your First Night in Minecraft

Getting Started with Osmo Coding Jam. Updated

Garageband. For. Teachers

Microsoft MakeCode for

GRAPHOGAME User Guide:

Microsoft MakeCode for

Introduction to programming with Fable

Getting Started with Coding Awbie. Updated

Creating a Continuous Quest with ScriptEase II

Blend Photos With Apply Image In Photoshop

Getting Started with Osmo Coding. Updated

Add Rays Of Sunlight To A Photo With Photoshop

COMPUTING CURRICULUM TOOLKIT

Solo Mode. Chords Mode

Kodu Game Programming

UNIVERSITY OF SHEFFIELD; LANDSCAPE DEPARTMENT AUTOCAD 2013/14/15 TUTORIALS - SESSION 2 SESSION TWO

Part II Coding the Animation

How to use Photo Story 3

Clipping Masks And Type Placing An Image In Text With Photoshop

SAVING, LOADING AND REUSING LAYER STYLES

No Evidence. What am I Testing? Expected Outcomes Testing Method Actual Outcome Action Required

The original image. The final rainbow effect.

Newton Mining Co. A Teacher s Guide for the MinecraftEdu World Created by Joey Glatt All Rights Reserved Page 1

MIRROR IMAGING. Author: San Jewry LET S GET STARTED. Level: Beginner+ Download: None Version: 1.5

The original image. Let s get started! The final rainbow effect. The photo sits on the Background layer in the Layers panel.

To solve a problem (perform a task) in a virtual world, we must accomplish the following:

TOPAZ LENS EFFECTS QUICK START GUIDE

This tutorial will guide you through the process of adding basic ambient sound to a Level.

RPG CREATOR QUICKSTART

Create a Flowchart in Word

Author Tutorial for OPTE Editorial Manager System

Solidworks Tutorial Pencil

Scratch for Beginners Workbook

Making Your World - the world building tutorial

Making Your World with the Aurora Toolset

How Tall Are You? Introducing Functions

Landscaping Tutorial

Step 3 Setting up YOUR FREE MARKETING SYSTEM

Unit 5: What s in a List

The Beauty and Joy of Computing Lab Exercise 10: Shall we play a game? Objectives. Background (Pre-Lab Reading)

12. Creating a Product Mockup in Perspective

The original image. Let s get started! The final light rays effect. Photoshop adds a new layer named Layer 1 above the Background layer.

Creating Photo Borders With Photoshop Brushes

PHOTOSHOP YOURSELF GREEN SCREEN TUTORIAL

Mid_Term_Review_PhotoShop_Design Test B Name

Pull Down Menu View Toolbar Design Toolbar

PHYSICS 220 LAB #1: ONE-DIMENSIONAL MOTION

Website Link

All Creative Suite Design documents are saved in the same way. Click the Save or Save As (if saving for the first time) command on the File menu to

Adobe Photoshop Chapter 1 Study Questions /50 Total Points

ADD A SPARKLE TRAIL TO A PHOTO

The horse image used for this tutorial comes from Capgros at the Stock Exchange. The rest are mine.

THE TECHNOLOGY AND CRAFT OF COMPUTER GAME DESIGN An introductory course in computer game design

VOCAL FX PROJECT LESSON 9 TUTORIAL ACTIVITY

2010 Teacher Created Resources, Inc.

Converting a solid to a sheet metal part tutorial

Instant Engagement Pair Structures. User s Manual. Instant Engagement 2011 Kagan Publishing

DISTRIBUTED AGILE STUDY GROUP (DASG) MINECRAFT SETUP GUIDE. (c) 2016 Agile Dimensions LLC

Embroidery Gatherings

HYSTERESIS // CREDITS

DESIGN BASICS: SILHOUETTE STUDIO

Kaltura CaptureSpace Lite Desktop Recorder: Editing, Saving, and Uploading a Recording

Gaia is a system that enables rapid and precise creation of gorgeous looking Unity terrains. Version March 2016 GAIA. By Procedural Worlds

Basics Pictures Media Bar

Photo One Digital Photo Shoots and Edits

COLORIZING IMAGES WITH GRADIENT MAPS

WHAT IS MINECRAFT? source:

HOW TO CREATE A SUPER SHINY PENCIL ICON

GameSalad Basics. by J. Matthew Griffis

Photoshop CS6 automatically places a crop box and handles around the image. Click and drag the handles to resize the crop box.

Let's Race! Typing on the Home Row

Settings. ! The Preview Pane !!!!! THE PREVIEW PANE IMAGES & LAYERS PANE SETTINGS PANE SETTINGS WINDOW UNDO/REDO AND RESET

Photoshop CC 2018 Essential Skills

Tinker Tuesday Project - Fabric Engraving

Lab 3 Introduction to SolidWorks I Silas Bernardoni 10/9/2008

Creo Revolve Tutorial

Using layer masks to remove backgrounds with Photoshop CS5 and CS6

Webassign Log-In Instructions

CHATS Meals On Wheels Online Ordering User Guide

Spellodrome Student Console

AUDACITY TUTORIAL. Record button

Project 25 Page 1 ` JAZZ POSTCARD

KEEPING SCORE: HOW TO USE SCORES, LIVES AND HEALTH

CONFIGURING ARBITER SPORTS FOR YOUR PERSONAL SCHEDULE. 1) ATTACH yourself, if you are a soccer player or a coach, to YOUR OWN GAMES

A User s Guide to the Robot Virtual Worlds App RVW APP. ROBOTC Graphical Programming. Virtual Programming Challenges to Foster Computational Thinking

Standard Operating Procedure

What s Up with Kaltura?

Introduction to Computer Science with MakeCode for Minecraft

Introducing Scratch Game development does not have to be difficult or expensive. The Lifelong Kindergarten Lab at Massachusetts Institute

FILM MAKING STORYTELLING

Brain Game. Introduction. Scratch

Creo: Hole, Fillet, and Round Layout/Dimension Tutorial. By: Matthew Jourden Brighton High School

The Snipping Tool is automatically installed in Windows 7 and Windows 8.

Transcription:

Minecraft Hour of Code Adventurer: Answer Sheet & Teacher Tips From Dan Hubing January 31 2017 Select a character: Steve or Alex. Level 1 Drag over another move forward block under the existing move forward block. Then select Run (If the button is Reset, select it to reset the game board and then select Run.) Notice that there is 3 / 3 Blocks in the Workspace. The number on the right side is the minimum needed to succeed in this level. The number on the left is the number of blocks in the code. Level 2 Move forward twice and then use the destroy block to chop the tree down. Level 3 Move forward twice and then shear the first sheep. Turn right and move one space and then sheer the second sheep. Some blocks have options inside them. The Turn block can be right or left. Simply click on the down arrow to change options. Page 1 of 6

Level 4 This level starts with 7 out of 15 blocks preset. These 7 will cut down the first tree by moving forward three steps, then destroy block (the tree) and then turn left and move one step. You need to add two more move forwards and destroy the second tree. Then turn left, move three spaces forward and then destroy the final third tree. Tip: Notice that there are three similar instruction sets, (move forwards, destroy and turn left). In the next Level 5, you will learn how to use the Repeat boock that automatically repeats similar instruction sets. This set of instructions are repeated three times. (The last turn left block is not really needed.) Level 5 Watch the Video. It describes the Repeat block. This Repeat block will repeat the instruction blocks that are in it 4 times, since 4 is in the Repeat s pull down menu. Drag over the place block to place birch planks on the game board. (It defaults to birch planks, but other boards can be selected) and then add the move forward block in the repeat block. Page 2 of 6

Level 6 Select a disign for your house. The example used here is for the Easy design. The first wall is prebuilt for you when this level starts.(if you wish to change your design, click the Level 6 option again.) The second wall has preset blocks, repeat and turn right. For the third wall, Repeat 3 times the move forward and place blocks. For the forth final wall, you only need to Repeat 2 since there are only two steps to finish the house. Level 7 Need to repeat 6 times to plant and move forward. Then turn right. Repeat moving forward twice. Repeat moving 6 times forward and planting. Finally, move forward to get off the garden. (I could only do this with 12, not 11 blocks.) Page 3 of 6

Level 8 Move your player forward, left, forward, left, forward, right and then forward one more time. Two solution options are shown below. Option 1 solution: Option 2 solution (more creative) Level 9 Turn left first, then repeat placing the torch, destroying the block and moving forward. (If the student may wants more challenge, let them destroy the other coal locations.) Page 4 of 6

Level 10 Move forward and place a cobblestone in front, over the lava. Then repeat two move forwards. Then repeat twice the destroy (mining) block and move forward blocks. Level 11 Watch the video since it introduces the If Statement block. Most of the code is preset for you, other than one move forward block The If block contents will execute if true. Otherwise it will skip over the If / Do blocks. The student only needs to add the move forward block to the repeat loop. Notice that the If block was used four times to place cobblestones over the lava: Page 5 of 6

Level 12 Here there are blocks that need to repeat 3 times: move forward twice, destroy block and then use the if block to determine if lava is ahead, if so, place a cobblestone; then move forward and turn left. Level 13 To get the player to ride on the tracks you need to: turn right and then 6 times place a rail and move forward; doing all of this twice. Level 14 Watch the video. The student can now do anything they want. They are on their own to create anything using all the available blocks from what was taught in this Minecraft Adventurer tutorial. When finished they can send a text to a phone which includes the internet address. Selecting finish again will take them to the Certificate page. Type in the name and then select Submit to print. Done. Page 6 of 6