cRPG
Other Games => ... and all the other things floating around out there => Topic started by: NejStark on April 09, 2014, 10:14:05 am
-
http://alexnisnevich.github.io/untrusted/
-
Heh, fun.
Level 13 >_>
Don't even want to begin trying.
-
I managed the first level w/o any clue about Java but I had no idea about the 2nd level :(
-
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:
-
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?
-
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 :)
-
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
-
This game is so easy it's like working.
By the way half the levels can be completed very easily by , which is kind of cheap.
-
First you'll have fun completing the levels.
Then you'll have fun coming up with ridiculous solutions.
-
I'm stuck on the 19th :(
-
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...