Skip to content

Commit

Permalink
updated markdowns
Browse files Browse the repository at this point in the history
neonerz committed Aug 2, 2020
1 parent 264892e commit 6406ae7
Showing 6 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions beams.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
### @explicitHints 1

# Beams of Color

## Step 1
Help Wonder Woman place stained glass over the beams of light to match the color sequence displayed on the wall. You'll need to tell her where to move and which colors to place.

**Blocks Available:**
2 changes: 2 additions & 0 deletions crate.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
### @explicitHints 1

# Suspicious Crates

## Step 1
Help Wonder Woman navigate through the crates and find the missing painting piece. Search each one and if she finds the missing puzzle piece, have her break the box to get it.

**Blocks Available:**
2 changes: 2 additions & 0 deletions final.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
### @explicitHints 1

# Hidden in Plain Sight

## Step 1
The criminal mastermind who orchestrated this heist has hidden among the gala attendees. Help Wonder Woman investigate each attendee to figure out which is the goon in hiding and then use the lasso of truth to find out where the final piece of the painting is.

**Blocks Available:**
2 changes: 2 additions & 0 deletions floor.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
### @explicitHints 1

# Dance Floor

## Step 1
The colors on the wall seem to match the colors on the floor. Help Wonder Woman move over the colored blocks in the same sequence as seen on the wall. That should unlock a secret door on the back wall.

**Blocks Available:**
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecraft-ww1984-md",
"version": "1.4.0",
"version": "1.5.0",
"dependencies": {
"core": "*",
"builder": "*"
4 changes: 3 additions & 1 deletion sneak.md
Original file line number Diff line number Diff line change
@@ -6,10 +6,12 @@
### @explicitHints 1

# Stealth Mission

## Step 1
Help Wonder Woman navigate through the room without triggering the alarm by avoiding the lasers. Sneak behind and takedown the goon.

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

0 comments on commit 6406ae7

Please sign in to comment.