cRPG

Other Games => ... and all the other things floating around out there => Topic started by: NejStark on April 09, 2014, 10:14:05 am

Title: An adventure game you play by mucking about with javascript.
Post by: NejStark on April 09, 2014, 10:14:05 am
http://alexnisnevich.github.io/untrusted/
Title: Re: An adventure game you play by mucking about with javascript.
Post by: [ptx] on April 09, 2014, 11:32:55 am
Heh, fun.

Level 13 >_>

Don't even want to begin trying.
Title: Re: An adventure game you play by mucking about with javascript.
Post by: Molly on April 09, 2014, 12:59:29 pm
I managed the first level w/o any clue about Java but I had no idea about the 2nd level :(
Title: Re: An adventure game you play by mucking about with javascript.
Post by: korppis on April 09, 2014, 01:28:29 pm
Hehe, that's fun game.

I managed the first level w/o any clue about Java but I had no idea about the 2nd level :(

You don't need to know javascript for 2nd level... just read the hint and try to figure out what can you do with so little.  :wink:
Title: Re: An adventure game you play by mucking about with javascript.
Post by: Christo on April 09, 2014, 02:47:54 pm
Thanks for the reminder that I don't know any programming languages. lol

Can you just make your 'player' spawn on the desired objective, if you know the coordinates?
Title: Re: An adventure game you play by mucking about with javascript.
Post by: [ptx] on April 09, 2014, 02:48:56 pm
Thanks for the reminder that I don't know any programming languages. lol

Can you just make your 'player' spawn on the desired objective, if you know the coordinates?
Generally no, but you can spawn the desired objective in some levels :)
Title: Re: An adventure game you play by mucking about with javascript.
Post by: Christo on April 09, 2014, 02:52:58 pm
Ah, I see.

I managed to just mess around and destroy the walls in the first level, that's it really.

I don't have too much insight on how the big picture works, sigh.

This makes me want to understand how it works though, which is nice
Title: Re: An adventure game you play by mucking about with javascript.
Post by: Kafein on April 09, 2014, 04:15:00 pm
This game is so easy it's like working.

By the way half the levels can be completed very easily by
(click to show/hide)
, which is kind of cheap.
Title: Re: An adventure game you play by mucking about with javascript.
Post by: Polobow on April 09, 2014, 06:47:59 pm
First you'll have fun completing the levels.
Then you'll have fun coming up with ridiculous solutions.
Title: Re: An adventure game you play by mucking about with javascript.
Post by: Kafein on April 09, 2014, 07:17:10 pm
I'm stuck on the 19th :(
Title: Re: An adventure game you play by mucking about with javascript.
Post by: Bulzur on April 10, 2014, 08:33:17 pm
i like to completely skip the huge wall of texts, as long as i have two code lines, such as in level 2 :
if (true == false) {


}


That's aproximately all i can do...