This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Level 1: Erase the two loops so there are no blocks | |
--- | |
Level 2: Redefine the maze and add another exit | |
var maze = new ROT.Map.DividedMaze(1,1); | |
map.placeObject(map.getWidth()-6, map.getHeight()-5, 'exit'); | |
--- |