Skip to content

Commit

Permalink
Create AB_1_ANewJourney.md (#476)
Browse files Browse the repository at this point in the history
Solution to AB_1_ANewJourney
  • Loading branch information
kedilayanaveen10 committed Jan 12, 2022
1 parent 0ae4442 commit 3c22a70
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions solutions/bonus/AB_1_ANewJourney.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# AB_1_ANewJourney.md

## kedilayanaveen10: Walk in the park
### Edit "objects.js"
Make the trees as passable and it'll be like a walk in the park to the exit.

```javascript
'tree': {
'symbol': '',
'color': '#080',
'impassable': false
},
```

0 comments on commit 3c22a70

Please sign in to comment.