Live data from Hacker News

Show HN: Untrusted, a JavaScript adventure game you play by modifying its source

alex.nisnevich.com

51–60 of 246 posts

Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source

#51
post #38

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

this happened to me, but i went through the exit again and this time it worked

Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source

#52
post #46

Earlier 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)

Oh, there's a small bit of editable text at the bottom of level 8 (line 100). Sorry if it's not very clear - we may work on the color scheme a little.

Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source

#55
post #38

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

A few people have reported a similar bug. I don't think that it's level specific but has something to do with the next level not leading correctly upon completing a level.

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

#56
post #37

Earlier 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

hahah i love this game :D

Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source

#58

Very 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…

This took me a bit as well but there is a small bit that is editable, but I agree that it isn't clearly defined, especially when it's only a few characters and not an entire line.

Hint: Phone functions

Re: Show HN: Untrusted, a JavaScript adventure game you play by modifying its source

#60
post #44

Borks 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…

This might be tied to the issue that mandlar, pokpokpok, and valgaze have been having, but I haven't been able to reproduce it yet.

Does resetting these levels (Ctrl-4) help at all?

Post reply on HN