I'm not sure what happened with level 4 multiplicity, but I placed a 2nd exit inside the box. Then when I go through it says it completed the level but I'm still on the multiplicity level. Reseting does not fix. https://gist.github.com/anonymous/0dafb64fad2ddd6fd451
Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
51–60 of 246 posts
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#52Earlier quoted context omitted.
Thanks! Does your level 7 not look like http://i.imgur.com/AFTxPWC.png ?
He means level 8, I think. Or at least I have the same problem with level 8 (intoTheWoods)
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#53Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#54---
Edit: it saves the game state in localstorage; kudos!
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#55I'm not sure what happened with level 4 multiplicity, but I placed a 2nd exit inside the box. Then when I go through it says it completed the level but I'm still on the multiplicity level. Reseting does not fix. https://gist.github.com/anonymous/0dafb64fad2ddd6fd451
We're still not sure why it happens or when (it seems to only affect a few people), but we'll try to figure it out.
There aren't any errors you can see in the JavaScript console, are there?
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#56Earlier quoted context omitted.
I made a wall to circle around the drone. Pretty fun.
I found it easier to make myself invincible. map.getPlayer().killedBy = function() {}; Drone just follows you around like harmless puppy. https://gist.github.com/anonymous/dfb6822e683ea7418ea8
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#57Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#58Very cool! I'm stuck on level 7 because it seems that the script isn't editable anywhere . Related note, the color scheme for highlighting editable lines might want to change, because "black on dark maroone" doesn't exactly jump out. Love that you're auto-gisting solutions. That was clever - I presume you are browsing through searching for the common description tag? I also like the API popup, although I didn't see i…
Hint: Phone functions
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#59Content note: plays sound. Did the quick ^W at work :|
Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source
#60Borks 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 ...
Alnis, love the game! But I also ran into unexpected behavior after clearing level 7 (change your color). It kept reloading the same level, but opening up new levels in Level select. Even so, clicking on higher levels keeps reloading the same colors.js screen. Another weird thing I noticed was that next to the computer and telephone in the inventory, two letters "k" appeared. I'm using Firefox 28 on Windows 7. Here's…
Does resetting these levels (Ctrl-4) help at all?