Create your own mazes: Under the "tile" sprite, edit the "level" variable to the level of your liking: 1. grass (can walk on grass) 3. lava (can't walk on lava) 4. teleport in(orange, press e on teleport to go to output) 5. teleport out (teal, will be outputted from teleport in) 6. goal (press space to complete the maze) In addition, there's the box, that can be pushed using space and can float on lava (change position with box_x and box_y under the "box" sprite and delete it by setting the disable_box variable to anything other than 0) ----------------------------------------------- Publish your maze as follows: level: level data box_x: x position of box box_y: y position of box disable_box: if box is deleted ----------------------------------------------- Here's the base level data: level: 111111114333333333333111333333111333333151333333333333333161333 box_x: 0 box_y: 0 disable_box: 0 ----------------------------------------------- Playing levels! Import the level data under the "level" variable in tile and the "box_x" and "box_y" variables in box. Use WASD or arrow keys to move, e to enter the teleporter, and space to push the box and on the lime green tile to win the level! ----------------------------------------------- More tiles will come! Let me know what other tiles you want for me to add! ----------------------------------------------- TECH (or glitches) Box-Teleporter: In placing a box on a teleporter output, it will register as grass, being able to use another teleporter. Try it out! level:
Update 0.2 -Added speedrun timer and cloud variable (level ID and time) for leaderboard Update 0.21 -Added ability to disable box