Live data from Hacker News

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

alex.nisnevich.com

21–30 of 246 posts

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

#25

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 ...

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

#26
post #13

Earlier quoted context omitted.

Oh, quick note - you can skip to the last level played in the Menu (Ctrl-0). We should probably make that more obvious.

Ah - I see what menu does now. I love this game and have uncovered a few broken game states. This mainly happens when I reassign one of the API methods. Are you interested in user-submitted issues? Let me know; I could email them to you or log them on your GH; whatever is convenient.

User-submitted issues would be great! Logging them on GitHub would be the most convenient.

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

#29
post #24

I'm not sure what the real intention of the level "Multiplicity" was, but just placing an exit anywhere you want works just as well!

Multiplying the exits is useful ;-)

Heh but then what was the real intention of the earlier maze level? I already multiplied the exit there :)

Anyway, really nice work with the game!

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

#30
I wasn't sure how to show all the mines on the minesweeper map, so I just place them all at the top... was this supposed to be the point? :)

Anyhoo, nice game, it doesn't matter how you solve it, as it still proves that eval is evil ;)

Post reply on HN