Skip to content

Commit

Permalink
Create darkAlley.md (#483)
Browse files Browse the repository at this point in the history
Place the gun right beside you, pick it up and go right through the thugs.
  • Loading branch information
kedilayanaveen10 authored Jan 14, 2022
1 parent dad5f51 commit 3193591
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions solutions/bonus/darkAlley.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# darkAlley.md
## kedilayanaveen10: Be invincible!
Place the gun right beside you, pick it up and go right through the thugs.
```javascript
map.placeObject(map.getPlayer().getX()-1, map.getPlayer().getY(), 'goldengun');
```

0 comments on commit 3193591

Please sign in to comment.