Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
removed all ghost blocks except ww.moveWW
  • Loading branch information
neonerz committed Jul 30, 2020
1 parent d683122 commit d520e5c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 41 deletions.
9 changes: 1 addition & 8 deletions beams.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@ Help Wonder Women place stained glass over the beams of light to match the color
*repeat <number> times* - Repeat code the specified number of times.

```ghost
for (let index = 0; index < 4; index++) {
ww.placeBlock(BeamsGlass.YellowStainedGlass, Direction.Forward)
ww.moveWW(Direction.Forward, 0)
}
player.onChat("run", function () {
})
ww.moveWW(Direction.Forward, 0)
```

```package
Expand Down
13 changes: 1 addition & 12 deletions crate.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,7 @@ Help Wonder Woman navigate through the crates and find the missing painting piec
*not <boolean>* - Switches the operation of a condition. Example: *while <true>* vs. *while not <true>*

```ghost
player.onChat("run", function () {
if (ww.locatePainting(Direction.Forward)) {
ww.retrievePainting(Direction.Forward)
ww.moveWW(Direction.Forward, 0)
}
for (let index = 0; index < 4; index++) {
}
while (!(false)) {
}
})
ww.moveWW(Direction.Forward, 0)
```
```package
minecraft-ww1984=github:ReWrite-Media/ww1984-ts
Expand Down
13 changes: 1 addition & 12 deletions final.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,7 @@ The criminal mastermind who orchestrated this heist has hidden among the gala at
*not <boolean>* - Switches the operation of a condition. Example: *while <true>* vs. *while not <true>*

```ghost
player.onChat("run", function () {
ww.moveWW(Direction.Forward, 0)
for (let index = 0; index < 4; index++) {
}
if (ww.locateGoon(Direction.Forward)) {
ww.apprehendGoon(Direction.Forward)
}
while (!(false)) {
}
})
ww.moveWW(Direction.Forward, 0)
```
```package
minecraft-ww1984=github:ReWrite-Media/ww1984-ts
Expand Down
3 changes: 0 additions & 3 deletions floor.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ The colors on the wall seem to match the colors on the floor. Help Wonder Woman

```ghost
ww.moveWW(Direction.Forward, 0)
for (let index = 0; index < 4; index++) {
}
```
```package
minecraft-ww1984=github:ReWrite-Media/ww1984-ts
Expand Down
Empty file added placeholder.txt
Empty file.
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": "0.0.6",
"version": "0.0.7",
"dependencies": {
"core": "*",
"builder": "*"
Expand Down
6 changes: 1 addition & 5 deletions sneak.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ Wonder Woman needs to make her way through these rooms without tripping any alar
*repeat <number> times* - Repeat code the specified number of times.

```ghost
player.onChat("run", function () {
for (let index = 0; index < 4; index++) {
ww.moveWW(Direction.Forward, 0)
}
})
ww.moveWW(Direction.Forward, 0)
```
```package
minecraft-ww1984=github:ReWrite-Media/ww1984-ts
Expand Down

0 comments on commit d520e5c

Please sign in to comment.