Search found 3 matches

by metamilo
Thu Oct 01, 2015 8:43 am
Forum: Challenges
Topic: cave master
Replies: 28
Views: 33311

I barely needed to modify my code from cavern master since it was averaging 76.88 moves per level out of the box. some hints / things to note: (all are kinda self explanatory) - you need to average less than 76 moves per level (1900 moves / 25 levels) - try over-leveling your character early, it may...
by metamilo
Thu Oct 01, 2015 4:10 am
Forum: Challenges Solved
Topic: One Minute Man
Replies: 39
Views: 4259

I ran this little php script on my WAMP using localhost/filename.php in my browser. <?php $page = file_get_contents("http://www.hacker.org/challenge/misc/minuteman.php?name=metamilo&spw=MY_SPW"); while (strpos($page,"back later")){ sleep(55); $page = file_get_contents("h...
by metamilo
Tue Sep 15, 2015 9:26 pm
Forum: Challenges
Topic: The Powers That Be
Replies: 19
Views: 29161

a simple to use online calculator for massive numbers can be found here:

http://www.javascripter.net/math/calcul ... ulator.htm


- happy hacking -