Search found 9 matches

by Grammaton
Sat Dec 13, 2008 11:32 am
Forum: Challenges
Topic: A Life Worth Living Challenge
Replies: 28
Views: 29508

This game has a really nice Pattern :) Looks like a highway :)
I also have some Problems with this level. I am asking me, if we really should play it until the end or find some way to calculate it. Its not growing linear but maybe we can find the oscillations and calculate it then?

-Grammaton
by Grammaton
Sun Nov 30, 2008 9:44 am
Forum: Challenges
Topic: Snake Arithmetic
Replies: 40
Views: 67108

I have the same problem. i analysed the first values, and programmed the iteration sequence. I did it on some diffrent way, with math (pen and paper) and with a calculation loop, i am always getting the same result. "...999...". I checked it more times, but i cannot find the problem. :-/
by Grammaton
Mon Nov 17, 2008 9:38 pm
Forum: Challenges
Topic: Fixation
Replies: 5
Views: 10248

Hi woodchuck,

it seems like you missed something during your separation process. :)

-Grammaton
by Grammaton
Sun Nov 09, 2008 3:44 pm
Forum: Challenges
Topic: Can't understand "Trip to the past"
Replies: 24
Views: 35678

Thank you for the hint snibril!
I got it, too :-)
by Grammaton
Sun Nov 09, 2008 2:23 pm
Forum: Challenges
Topic: Lazy Maze
Replies: 30
Views: 42867

Ahh ok,
now its working :-)

thank you very much tails!

Seems the Map is bigger than i assumed, i started drawing it using a pen and paper but i have almost a DINA4 Full and i am afraid of that the the page is not big enough, since this i the second one i have to redraw :)
by Grammaton
Sun Nov 09, 2008 2:20 pm
Forum: Challenges
Topic: Can't understand "Trip to the past"
Replies: 24
Views: 35678

After some tries, i stopped this level. I did some workarounds with some injections in user-agent => no luck tried some extra headers like, date, cache-control and so => no luck I figured out that user-agent is only cheking for some strings. i assume something like this pseudo code: if insideuserage...
by Grammaton
Sun Nov 09, 2008 2:04 am
Forum: Challenges
Topic: Lazy Maze
Replies: 30
Views: 42867

Thank you for the reply!
Now i can get forward, but there is still some interesting feature.

DD => keep moving
DDU => boom

Seem like i cannot move backward.
I try to solve it using the Oneway :)
by Grammaton
Sat Nov 08, 2008 8:58 pm
Forum: Challenges
Topic: Lazy Maze
Replies: 30
Views: 42867

Lazy Maze

Hi,

Is the game maybe broken?

I am always getting the same results for the directions like a static page.
I can move 10 times down, and after i move again up i am again outside the edge.
Same Problem for right and left.

Regards,
Grammaton
by Grammaton
Sat Nov 08, 2008 8:54 pm
Forum: Challenges
Topic: Question regarding Challenge 'Mod'
Replies: 4
Views: 7734

I had the same problem, first i didn't understand fully what was meant by the cycle value, but after looking into the python source i figured out that using minus is not leading to the solution. Then i used another calculation way, i think its obvious which one :-) the funny thing is, with the secon...