Discussion of challenges you have already solved
HugStuart
Posts: 13 Joined: Sat Oct 25, 2008 4:51 pm
Post
by HugStuart » Sun Sep 05, 2010 6:46 pm
Hi there,
I just solved this challenge with help of the HVM-IDE. I just wonder why it worked there and not with the online HVM. Any ideas? Thanks!
megabreit
Posts: 141 Joined: Sat Jan 03, 2009 3:33 pm
Post
by megabreit » Sun Sep 05, 2010 8:07 pm
As far I remember, the problem was the maximum cycle limit. It's to low in the online (and Python) implementation, but higher by default in the HVM-IDE.
HugStuart
Posts: 13 Joined: Sat Oct 25, 2008 4:51 pm
Post
by HugStuart » Mon Sep 06, 2010 7:09 am
Makes sense, thank you!
skooli
Posts: 2 Joined: Sat Oct 16, 2010 12:18 pm
Post
by skooli » Sat Oct 16, 2010 10:22 pm
I simply adjusted the max-cycle limit var in the python implementation, worked beautfully
whattheh@ck
Posts: 16 Joined: Wed Jul 16, 2008 2:33 am
Location: here
Post
by whattheh@ck » Mon Feb 21, 2011 4:46 am
I made it work in web page format with...
Code: Select all
javascript:alert(MAX_CYCLES = 1000000);
got the answer pretty quickly. You could also just look at the pattern and get it with (9**4+16)
hack the planet