Skip to content

Instantly share code, notes, and snippets.

View DaFrElUf's full-sized avatar

Daniel DaFrElUf

  • Lower Austria, Austria
View GitHub Profile
@DaFrElUf
DaFrElUf / Untrusted Solutions
Last active January 17, 2022 16:25
Solutions to the game "Untrusted" (http://alexnisnevich.github.io/untrusted/)
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');
---