Page 1 of 1

CavernCraft

Posted: Mon Sep 15, 2008 5:38 pm
by MerickOWA
Any hints on the basic combat mechanics of the dungeon/cavern game?

Mostly want to know, how does weapon lvl and bonus determine overall strength.

Is a lvl 1 weapon better than lvl 0 +4?

Just curious ;)

Posted: Mon Sep 15, 2008 7:07 pm
by MerickOWA
Hrm, another question.

I'm having difficulty writing a program to solve the cavern challenge. Keeps telling me I need to be logged in.

Does that challenge support the username=XXX&password=XXX for GET or POST for the maze part?

Posted: Mon Sep 15, 2008 10:03 pm
by adum
part of the challenge is deducing the underlying rules of the game by watching the action. so you'll need to experiment and see =)

the pages do support the username=XXX syntax, so you can automate easily.

happy hunting,
adum

Posted: Tue Sep 16, 2008 3:25 am
by newbsauce
How deep i it by the way? (the second one) I went to 62 and said "Screw that"

Posted: Tue Sep 16, 2008 11:19 am
by Kuzmin
newbsauce wrote:How deep i it by the way? (the second one) I went to 62 and said "Screw that"
I hope you automated it, otherwise I feel sorry for your time :)

adum, can i tell about my bot?

Posted: Tue Sep 16, 2008 5:00 pm
by adum
you sure can kuzmin -- shoot me a pm

adum

Posted: Tue Sep 16, 2008 6:53 pm
by newbsauce
Kuzmin wrote:
newbsauce wrote:How deep i it by the way? (the second one) I went to 62 and said "Screw that"
I hope you automated it, otherwise I feel sorry for your time :)

adum, can i tell about my bot?
Nope, it was 9pm and I was bored since most my friends were working for some reason so I tried the first one with only 3 levels and I was like meh this isn't bad. So I tried other and waste like 2 hours of m time.

Posted: Wed Sep 17, 2008 1:20 pm
by MerickOWA
newbsauce wrote:How deep i it by the way? (the second one) I went to 62 and said "Screw that"
Finally beat it. My first bot died on lvl 63 ><. Its not too bad, but definitely probably want to automate it. Unless you don't mind the mindless clicking ;)

Posted: Wed Sep 17, 2008 8:34 pm
by Kuzmin
adum wrote:you sure can kuzmin -- shoot me a pm

adum
Oh, i meant in the forums, but surely, I'll get a pm in your way if i can't tell here.

Posted: Wed Nov 05, 2008 8:48 pm
by anacon
How does the username, password syntax work? I tried to type:

http://www.hacker.org/challenge/misc/d/ ... ssword=xxx

but the answer is just "not logged in". Can you help me?

Edit: Of course I sent my username and my password instead of xxx ;P

Posted: Wed Nov 05, 2008 8:54 pm
by tails
anacon wrote:How does this username, password syntax work? I tried to type:

http://www.hacker.org/challenge/misc/d/ ... ssword=xxx

but the answer is just "not logged in". Can you help me?

Edit: Of course I sent my username and my password instead of xxx ;P
It will work if you write "name=xxx" instead of "username=xxx".

Posted: Wed Nov 05, 2008 9:04 pm
by anacon
yes, that works, thank you very much :)