Skip to content

Commit

Permalink
Update wallsWithEyes.md (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedilayanaveen10 committed Jan 21, 2023
1 parent 3193591 commit f55d5e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions solutions/bonus/wallsWithEyes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@
```
Explanation: Move up to activate the trap, then turn back and let the walls close all the way. They won't spawn on grass.
Then, walk up the grass path.


## kedilayanaveen10: Plug in the teleporters!
The teleporters are already created. They're just not connected to each other.
```javascript
teleport1.setTarget(teleport2);
teleport2.setTarget(teleport1);
```

0 comments on commit f55d5e7

Please sign in to comment.