Skip to content

Commit

Permalink
Create ice.md (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedilayanaveen10 committed Jan 21, 2023
1 parent 7ee30c3 commit 7607868
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions solutions/bonus/ice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ice.md
## kedilayanaveen10: You hit a wall, you push through it!
Edit the impassable property of the 'block' object in objects.js to make it passable and reach the exit from above.
```javascript
'block': {
'symbol': '#',
'color': '#999',
'impassable': false
},
```

0 comments on commit 7607868

Please sign in to comment.