Skip to content

Commit

Permalink
Level 4 (multiplicity): Alternative solution
Browse files Browse the repository at this point in the history
  • Loading branch information
IPv2 committed Jul 25, 2015
1 parent a312448 commit b8879ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions solutions/04_multiplicity.md
Expand Up @@ -3,3 +3,9 @@
```javascript
map.placeObject(map.getWidth()-5, map.getHeight()-5, 'exit');
```

## IPv2: Remove walls

```javascript
if (false)
```

0 comments on commit b8879ce

Please sign in to comment.