Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Thread: A nice and original puzzle game : Untrusted

  1. #1
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default A nice and original puzzle game : Untrusted

    Play it here.

    Discuss your progress or where you're stuck, but do use spoilers for those who haven't progressed through it yet

    And then there is Death

  2. #2
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Interesting. I got to level 10. I might try a few more later. I wonder if you can break the game by messing with its internals. I like how it calls you a cheater if you open the JS console in Chrome.

  3. #3
    disc jockey to your heart krissy's Avatar
    Join Date
    Aug 2000
    Location
    in the rain
    Posts
    5,912
    Articles
    1
    Blog Entries
    7

    Default

    im also at level 10
    trying to do calls but there's not enough space to do functions afaik
    booo

  4. #4
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    You can add lines if the whole line is editable.

    And then there is Death

  5. #5
    disc jockey to your heart krissy's Avatar
    Join Date
    Aug 2000
    Location
    in the rain
    Posts
    5,912
    Articles
    1
    Blog Entries
    7

    Default

    i ended up doing it a different way

    (SPOILER) if robot is on y=13, move left, otherwise i took all movement away
    this meant i could walk through the middle of them after the two in the middle want aways

  6. #6
    Breast Member McLovin''s Avatar
    Join Date
    Jan 2006
    Location
    can you be more specific?
    Posts
    4,501

    Default

    If i didn't know java how would i ever get anywhere in this game? Anyway i got to level 3. And it hurt my head reading all that java code, like I never left my programming class.

  7. #7
    navmaldeuh Madonna's Avatar
    Join Date
    Aug 2003
    Location
    Yencreb
    Posts
    3,624
    Blog Entries
    1

    Default

    I got past level 1 without any knowledge. I do feel incentive to go beyond this, and will try again when I have time.

    Is someone trying to make the act of coding fun?

  8. #8
    That's me! blackmage_nuke's Avatar
    Join Date
    Aug 2005
    Location
    Yes
    Posts
    8,503
    Blog Entries
    3

    Default

    Out of curiosity how did you guys solve 4? because it said theres a hint in the file name (multiplicity) but all I did was put (SPOILER)if(false)
    Kefka's coming, look intimidating!
    Have a nice day!!

  9. #9
    ¯\_(ツ)_/¯ Tigmafuzz's Avatar
    Join Date
    Mar 2005
    Location
    Posts
    4,593
    Blog Entries
    1

    Default

    Level 9 confused me for a while since the phone callback wouldn't do anything. Then I slapped myself in the face for being dumb
    Face

    ส็็็็็็็็็็็็็็็็็็็็็็็็็༼ ຈل͜ຈ༽ส้้้้้้้้้้้้้้้้้้้้้้้

  10. #10
    That's me! blackmage_nuke's Avatar
    Join Date
    Aug 2005
    Location
    Yes
    Posts
    8,503
    Blog Entries
    3

    Default

    currently on the 12 and I can think of a long boring solution but I cant figure out an elegant one

    now im on 17 and stumped
    Last edited by blackmage_nuke; 05-01-2014 at 03:08 PM.
    Kefka's coming, look intimidating!
    Have a nice day!!

  11. #11

    Default

    Quote Originally Posted by Madonna View Post
    I got past level 1 without any knowledge.
    I bow to you. I have no smurfing idea what this thing wants me to do.
    Jack: How do you know?

    Will: It's more of a feeling really.

    Jack: Well, that's not scientific. Feeling isn't knowing. Feeling is believing. If you believe it, you can't know because there's no knowing what you believe. Then again, no one should believe what they know either. Once you know anything that anything becomes unbelievable if only by virtue of the fact you now... know it. You know?

    Will: No.

    If Demolition Man were remade today

    Huxley: What's wrong? You broke contact.
    Spartan: Contact? I didn't even touch you.
    Huxley: Don't you want to make love?
    Spartan: Is that what you call this? Why don't we just do it the old-fashioned way?
    Huxley: NO!
    Spartan: Whoa! Okay, calm down.
    Huxley: Don't tell me to calm down!
    Spartan: What's gotten into you? 'Cause it sure as hell wasn't me.
    Huxley: Physical relations in the way of intercourse are no longer acceptable John Spartan.
    Spartan: What? Why the hell not?
    Huxley: It's the law, John. And for your information, the very idea that you suggested it makes me feel personally violated.
    Spartan: Wait a minute... violated? Huxley what the hell are you accusing me of here?
    Huxley: You need to leave, John.
    Spartan: But Huxley.
    Huxley: Get out!
    Moments later Spartan is arrested for "violating" Huxley.

    By the way, that's called satire. Get over it.

  12. #12

    Default

    I've gotten to level 7 using a walkthrough, but the advice falls short thereupon. (SPOILER)I'm supposed to set up a series of if-then statements that will turn my player color, but I can only use the phone once and I don't know how to input other conditions. Here's the language I used:

    if(player.setColor()=='#f00');
    player.setColor('#ff0');
    else if(player.setColor()=='#ff0');
    player.setColor('#0f0');
    else
    player.setColor('#f00');
    Jack: How do you know?

    Will: It's more of a feeling really.

    Jack: Well, that's not scientific. Feeling isn't knowing. Feeling is believing. If you believe it, you can't know because there's no knowing what you believe. Then again, no one should believe what they know either. Once you know anything that anything becomes unbelievable if only by virtue of the fact you now... know it. You know?

    Will: No.

    If Demolition Man were remade today

    Huxley: What's wrong? You broke contact.
    Spartan: Contact? I didn't even touch you.
    Huxley: Don't you want to make love?
    Spartan: Is that what you call this? Why don't we just do it the old-fashioned way?
    Huxley: NO!
    Spartan: Whoa! Okay, calm down.
    Huxley: Don't tell me to calm down!
    Spartan: What's gotten into you? 'Cause it sure as hell wasn't me.
    Huxley: Physical relations in the way of intercourse are no longer acceptable John Spartan.
    Spartan: What? Why the hell not?
    Huxley: It's the law, John. And for your information, the very idea that you suggested it makes me feel personally violated.
    Spartan: Wait a minute... violated? Huxley what the hell are you accusing me of here?
    Huxley: You need to leave, John.
    Spartan: But Huxley.
    Huxley: Get out!
    Moments later Spartan is arrested for "violating" Huxley.

    By the way, that's called satire. Get over it.

  13. #13
    That's me! blackmage_nuke's Avatar
    Join Date
    Aug 2005
    Location
    Yes
    Posts
    8,503
    Blog Entries
    3

    Default

    Solution for mercen-xyou want getColor not setColor in your if conditions
    Kefka's coming, look intimidating!
    Have a nice day!!

  14. #14

    Default

    Nope. Still can only use the phone once.
    Jack: How do you know?

    Will: It's more of a feeling really.

    Jack: Well, that's not scientific. Feeling isn't knowing. Feeling is believing. If you believe it, you can't know because there's no knowing what you believe. Then again, no one should believe what they know either. Once you know anything that anything becomes unbelievable if only by virtue of the fact you now... know it. You know?

    Will: No.

    If Demolition Man were remade today

    Huxley: What's wrong? You broke contact.
    Spartan: Contact? I didn't even touch you.
    Huxley: Don't you want to make love?
    Spartan: Is that what you call this? Why don't we just do it the old-fashioned way?
    Huxley: NO!
    Spartan: Whoa! Okay, calm down.
    Huxley: Don't tell me to calm down!
    Spartan: What's gotten into you? 'Cause it sure as hell wasn't me.
    Huxley: Physical relations in the way of intercourse are no longer acceptable John Spartan.
    Spartan: What? Why the hell not?
    Huxley: It's the law, John. And for your information, the very idea that you suggested it makes me feel personally violated.
    Spartan: Wait a minute... violated? Huxley what the hell are you accusing me of here?
    Huxley: You need to leave, John.
    Spartan: But Huxley.
    Huxley: Get out!
    Moments later Spartan is arrested for "violating" Huxley.

    By the way, that's called satire. Get over it.

  15. #15
    That's me! blackmage_nuke's Avatar
    Join Date
    Aug 2005
    Location
    Yes
    Posts
    8,503
    Blog Entries
    3

    Default

    more solutionsDont put semi colons after your if and else if, for setColor use double quotes inside the brackets instead of single quotes (getColor with the == uses single quotes)

    full solution i think might work

    if(player.getColor()=='#f00')
    player.setColor("#ff0");
    else if(player.getColor()=='#ff0')
    player.setColor("#0f0");
    else
    player.setColor("#f00");
    Kefka's coming, look intimidating!
    Have a nice day!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •