1 00:00:06,420 --> 00:00:12,990 This activity is called coding with cards and it's great for any age. Like you learned 2 00:00:12,990 --> 00:00:19,010 with the if statements in earlier lessons, during Blockly, if statements have a piece 3 00:00:19,010 --> 00:00:24,360 about them you have to evaluate to find out if it's true or false. That's the conditional 4 00:00:24,360 --> 00:00:29,890 and it can be used in lots of different ways. We take advantage of that by creating programs 5 00:00:29,890 --> 00:00:37,040 on paper that you run using a random draw of playing cards. You might have an if statement 6 00:00:37,040 --> 00:00:44,650 that says something like if the card you draw is greater than 8, you get a point. Otherwise, 7 00:00:44,650 --> 00:00:56,679 your opponent gets a point. You can make it as simple or as complicated as you feel comfortable.