0:00:02.260,0:00:09.260 So what grade are you in? Second. Tenth grade.[br]First grade. I was in 8th grade when I learned 0:00:10.099,0:00:16.720 to program. I got my first computer when I[br]was in 6th grade. What gets me excited is 0:00:16.720,0:00:21.699 being able to fix people's problems. You can[br]express yourself, you can build things from 0:00:21.699,0:00:26.920 an idea. Computer science is the basis for[br]a lot of the things that college students 0:00:26.920,0:00:31.550 and professionals will do for the next 20[br]or 30 years. I like programming because I 0:00:31.550,0:00:36.690 like helping people. I get the opportunity[br]to build something that's going to to make 0:00:36.690,0:00:41.120 people's lives easier. I think it's the closest[br]thing we have to a superpower. Getting started 0:00:41.120,0:00:46.829 is the most important part. I'm a beginner[br]myself, and I want you to learn with me. 0:00:46.829,0:00:50.679 Do you have a favorite video game that you've[br]always wanted to make? Well we're going to 0:00:50.679,0:00:57.109 get started creating games just by using Play[br]Lab. Good games have a story, and every story 0:00:57.109,0:01:02.670 has actors. Actors that do things like speak,[br]move, interact with each other, maybe even 0:01:02.670,0:01:07.680 score points based on the rules of that game.[br]Today, we'll be learning how to do all of 0:01:07.680,0:01:13.540 these things with fun actors like witches,[br]zombies, aliens, and animals--and then build 0:01:13.540,0:01:18.220 a game from scratch that can be shared and[br]played on a phone. 0:01:18.220,0:01:22.930 Your screen is split into 3 main parts. On[br]the left is the game space where your program 0:01:22.930,0:01:28.310 will run. The instructions for each level[br]are written below. The middle area is the 0:01:28.310,0:01:33.520 toolbox, and each of these blocks is a piece[br]of code. The white space on the right is called 0:01:33.520,0:01:38.260 the workspace and this is where we'll build[br]our program. 0:01:38.260,0:01:43.600 To start off, you'll need to link your blocks[br]to the orange "when run" block. You can link 0:01:43.600,0:01:48.620 multiple blocks together by dragging them[br]out until you see the yellow line, and then 0:01:48.620,0:01:50.600 they'll snap together. 0:01:50.600,0:01:56.080 In this first puzzle, our actor is a penguin[br]and we'll be making it say "Hello!" by dragging 0:01:56.080,0:02:02.020 the "say" block out, linking it to the "when[br]run" block, and typing in "Hello." We can 0:02:02.020,0:02:06.940 also make the penguin move by using the "move[br]right" and "move left" blocks. Once you have 0:02:06.940,0:02:11.920 your blocks in place, hit the "run button"[br]to see what you've programmed. Get started 0:02:11.920,0:02:16.439 and by the end, you'll be able to create your[br]own game with all kinds of players that can 0:02:16.439,0:02:23.439 interact, turn happy or sad, score points,[br]or throw fireballs, or even vanish each other. 0:02:23.579,0:02:26.180 It's all up to you and the game you want to[br]make.