map.validateExactlyXManyObjects = function() {};
lets you put an exit tile next to your character on every levelShow HN: Untrusted, a JavaScript adventure game you play by modifying its source
61–70 of 246 posts
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#62map.validateExactlyXManyObjects = function() {}; lets you put an exit tile next to your character on every level
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#63Can anyone give me a hint for level 12?
(Being obtuse is difficult...)
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#64map.validateExactlyXManyObjects = function() {}; lets you put an exit tile next to your character on every level
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#65My solution to level 14 [1] involved a state variable on the me object; could that have broken something?
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#66This is fun! But I've run into a problem. Advancement past level 14 seems to be bugged; upon completion, the keys in my inventory were replaced with a capital A which I assume to represent the algorithm, but then level 14 reloaded with a message at the bottom saying "You have lost the Algorithm!" Re-completing the level works, but the same thing happens, as many times as I like; the last time, I saw "run 17_pointers.…
Try going to level 15 and resetting the level (Ctrl-4). Does that help at all?
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#67Borks at level 7, upon touching phone with undebuggable message on canvas: d up the function p 1, found:oad the level Wone! number of exits ...
Bizarre! I haven't been able to reproduce it. Can you share your code for that level (if it's been modified at all)?
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#68Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#69Here's making the boss kill itself
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#70This is fun! But I've run into a problem. Advancement past level 14 seems to be bugged; upon completion, the keys in my inventory were replaced with a capital A which I assume to represent the algorithm, but then level 14 reloaded with a message at the bottom saying "You have lost the Algorithm!" Re-completing the level works, but the same thing happens, as many times as I like; the last time, I saw "run 17_pointers.…
This seems to be tied to a bug some other people have experienced where new levels don't load correctly and are overwritten with existing levels. Try going to level 15 and resetting the level (Ctrl-4). Does that help at all?
(Update: Each time I enter a level, it loads as level 13, and I have to reset it to get the correct map and code -- just a heads-up in case it helps with debugging. Chrome 33.something, Windows 7 x64.)