Skip to content

Commit

Permalink
replaced goon
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Aug 8, 2020
1 parent 375a61f commit 80fa344
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
# Hidden in Plain Sight

## Step 1
The goon who planned the heist is hidden among the crowd. Help Wonder Woman check each person to figure out which is the goon in disguise and then use the lasso of truth to get the final painting piece.
The criminal who planned the heist is hidden among the crowd. Help Wonder Woman check each person to figure out which is the thief in disguise and then use the lasso of truth to get the final painting piece.

**Blocks Available:**
``||ww:Move <direction> by <number>||`` - Wonder Woman will move in that *direction* the given *number* of blocks.
``||ww:Turn <direction>||`` - Wonder Woman will turn in the given *direction*.
``||ww:attendee is the goon <direction>||`` - Return a boolean (*true* | *false*) of whether the attendee is a goon or not.
``||ww:Lasso goon <direction>||`` - Causes Wonder Woman to use her lasso of truth on a goon.
``||ww:attendee is the thief <direction>||`` - Return a boolean (*true* | *false*) of whether the attendee is the thief or not.
``||ww:Lasso thief <direction>||`` - Causes Wonder Woman to use her lasso of truth on the thief.
``||loops:repeat <number> times||`` - Repeat code the given *number* of times.
``||loops:while <boolean>||`` - Repeatedly run the code while the boolean is *true*.
``||logic:if / then||`` - Checks if a condition is *true* and then does something if it is.
Expand Down
4 changes: 2 additions & 2 deletions sneak.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
# Stealth Mission

## Step 1
Help Wonder Woman move through the room without triggering the alarm by avoiding the lasers. She'll need to sneak behind and takedown the goon.
Help Wonder Woman move through the room without triggering the alarm by avoiding the lasers. She'll need to sneak behind and takedown the criminal.

**Blocks Available:**
``||ww:Move <direction> by <number>||`` - Wonder Woman will move in that *direction* the given *number* of blocks.
``||ww:Turn <direction>||`` - Wonder Woman will turn in the given *direction*.
``||ww:Takedown goon <direction>||`` - Stealthily knock out the goon in the given *direction*.
``||ww:Takedown criminal <direction>||`` - Stealthily knock out the criminal in the given *direction*.
``||loops:repeat <number> times||`` - Repeat code the given *number* of times.

```ghost
Expand Down

0 comments on commit 80fa344

Please sign in to comment.