From c5e3f2c67374004f8cca0c9e7b20015434126adc Mon Sep 17 00:00:00 2001 From: Michael Elliot Braun Date: Thu, 31 Mar 2016 18:27:46 -0700 Subject: [PATCH] hero 6 --- docs/lessons/hero/activity.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/lessons/hero/activity.md b/docs/lessons/hero/activity.md index 21caa0df..9c1def3a 100644 --- a/docs/lessons/hero/activity.md +++ b/docs/lessons/hero/activity.md @@ -203,13 +203,11 @@ while (true) { ``` -**Do not disconnect the blocks from the conditional statements. We are focusing on this section of the code and are not showing the entire code** Let's setup the logic for the food and the ghost to be in different quadrants. ![](/static/mb/blocks/lessons/hero-9.jpg) -**Do not disconnect the blocks for the conditional statements. We are focusing on this section of the code and are not showing the entire code** The game over component is now upon the game. If the hero is `touching` the ghost, let's display `game over`