Verizon PLTW Coding and Game Design Facilitator User Manual

Verizon logo

Verizon PLTW Coding and Game Design Facilitator User Manual

Coding and Game Design

Overview
The goal of this experience is to develop a STEM mindset while learning the concepts of video game design. Students will learn the basic constructs of a video game using the Scratch interface. Students use Scratch to learn about algorithms and event-driven programming. Object-oriented concepts are introduced through the use of sprites and the stage. Students use critical thinking and creativity to build and enhance Hungry Mouse, a game that they develop using Scratch.

Materials
Students will need a computer or tablet with a web browser installed.

Preparation
  1. Read through the teacher and student resources.
  2. Ensure that your students’ computers or tablets have internet connectivity.
  3. Decide whether you will have your students use Scratch accounts.

Note:
Scratch accounts are optional. However, working without them has limitations.

  • a. If students have a Scratch account, they can log in to their Scratch account and save their work under their account. It will always be available for them to update in the future.
  • b. If they do not have a Scratch account, then:
    • a. If they are working on a computer, they will have to download the project to their computer in order to save their work, and they upload the project from their computer back to Scratch whenever they are ready to work on it again.
    • b. If they are working on a tablet, they may be able to download and save files depending on the file storage of the tablet. If they are unable to download the project onto the tablet, they will need to complete their work in Scratch over the course of one session only. If they want to save their project; they will need to log in with an account.

If you decide to have your students use Scratch accounts, you can choose one of the two methods, based on your school’s account creation policies:

Facilitation Notes

Begin this experience by watching the Coding and Game Design video with your students to learn more about the day in the life of a game developer. Communicate with your students how they will work on and save their projects. If you have created a Scratch class or student account, make sure to share that information with your students. Explore Go over the contents of Table 1 with your students to make sure they understand the game requirements presented to them.

Decide whether you want your students to collaborate using pair programming. In this paradigm, one student will be the driver (the one doing the programming) and the other will be the navigator (the one helping by reviewing code helping catch errors, and making suggestions for improvement). Pair programming’s use in industry has shown that it improves collaboration and communication skills. Moreover, it enhances the quality of the software produced. If you use it in your classroom, make sure to have students switch roles regularly. It can either be every time they complete a task or every set number of minutes (like 15 minutes or so.)

Create
Ensure students understand how to access and save their work, whether when logged in or working as guest users. Check-in with students to make sure they understand the pseudocode provided for the Mouse’s behavior. Encourage students to test their code repeatedly. This helps catch any bugs in the code early on.

Remind students that solutions rarely work on the first attempt. Solving problems takes patience and perseverance. Testing code often and fixing errors is one aspect of iteration that is common to design and development. The STEM Mindset section focuses further on perseverance. You can view and download the completed code for this game to use as a reference, HungryMouseCompleted, at https://scratch.mit.edu/projects/365616252.

STEM Mindset

Allow students to follow the directions in the Student Guide to learn how to work in Scratch. Stress that this is a new learning experience. Let students know that evaluation does not solely rely on how the game works, but—more importantly—on how each one participates in the learning process. You will need to model a STEM mindset by stressing the idea that effort builds talent. The following are some phrases to use with students who struggle despite their strong efforts:

  • Mistakes are normal. This is new material.
  • You are not there, yet.
  • You might be struggling, but you are making progress.
  • Don’t give up until you feel proud.
  • You can do it. It can be tough or confusing, but you are making progress.
  • I admire your persistence.

When students need help with solutions, give them strategies to help themselves (do not always just tell them how to solve the situation):

Which part is not working as expected? What was the expected behavior and how is it different from what is happening right now? What can be causing the issue?

  • What part is difficult for you? Let’s look at it.
  • Let’s think together about ways to improve this.
  • Let me add this new bit of information to help you solve this.
  • Here is a strategy to try so that you can begin to figure this out.
  • Let’s ask __________ for advice. S/He may have some ideas.

Create

Make Observations

  • a. What happens when the mouse collides with the cornbread? Answer: The cornbread changes to half eaten the first time, and to completely gone the second time.
  • b. What happens when the mouse collides with the cats? Answer: Nothing.
  • c. Do these behaviors match the behavior described in the pseudocode above? Answer: The behavior of the cornbread is accurate, but the behavior of the mouse when it collides with the cats is incorrect. The mouse should change to a hurt mouse and the game should stop.

Extension Challenges

  • A. Add other pieces of food that the mouse can collect and score more points. Solutions will vary. Students will need to add new sprites that will have event blocks similar to cornbread.
  • B. Add other predators that can catch the mouse. Solutions will vary. Students will need to add new sprites that will have code that is similar to the cats.
  • C. Change the behavior of the cats to be random across the screen. Refer to the sample solution, HungryMouseWithExtensions, at https://scratch.mit.edu/projects/367513306.
  • Add a “You lose!” backdrop that will appear when the mouse is caught by its predators. Refer to the sample solution, HungryMouseWithExtensions, at https://scratch.mit.edu/projects/367513306.
  • Add another level to the game. Solutions will vary.

Standards

Next Generation Science Standards (NGSS)
MS-ETS1-3 Engineering Design Evaluate competing design solutions using a systematic process to determine how well they meet the criteria and constraints of the problem.

ELA Common Core Standards
CCSS.ELA-LITERACY.RI.6.7 Integrate information presented in different media or formats (e.g., visually, quantitatively) as well as in words to develop a coherent understanding of a topic or issue. CCSS.ELA-LITERACY.W.6.1, 7.1, and 8.1 Write arguments to support claims with clear reasons and relevant evidence. CCSS.ELA-LITERACY.W.6.2, 7.2 and 8.2 Write informative/explanatory texts to examine a topic and convey ideas, concepts, and information through the selection, organization, and analysis of relevant content. CCSS.ELA-LITERACY.SL.

Interpret information presented in diverse media and formats (e.g., visually, quantitatively, orally) and explain how it contributes to a topic, text, or issue under study. CCSS.ELA-LITERACY.RST.6-8.1 Cite specific textual evidence to support analysis of science and technical texts. CCSS.ELA-LITERACY.RST.6-8.3 Follow precisely a multistep procedure when carrying out experiments, taking measurements, or performing a technical task.

Computer Science Teachers Association K-12

2-AP-10 Use flowcharts and/or pseudocode to address complex problems as algorithms. 2-AP-12 Design and iteratively develop programs that combine control structures, including nested loops and compound conditionals. 2-AP-13 Decompose problems and subproblems into parts to facilitate the design, implementation, and review of programs. 2-AP-17 Systematically test and refine programs using a range of test cases.

REFERENCE LINK

https://www.verizon.com/learning/static/documents/pltw_codingandgamedesign_facilitatorguide.pdf

DOWNLOAD LINK

Verizon PLTW Coding and Game Design Facilitator User Manual

Leave a Reply