Page 2 of 2

Posted: Fri Apr 12, 2013 11:45 pm
by CodeX
CodeX wrote:
avrrobot wrote:Shure.
Btw.: Is it possible to do a 1 line for() loop in Superhvm?
It can be done as SuperHack allows self modifying code, it would be possible to achieve any functionality with a single line of initial code if it weren't for the 1024x128 code limit.
It seems that the 1024x1028 limit isn't actually checked in the challenges so you can go to town on the code's dimensions as long as it doesn't exceed the cycle limit. I guess that wasn't the answer you were after as it isn't going to give you the smallest code for Super Small Quine :p

Posted: Sat Apr 13, 2013 5:50 am
by avrrobot
Yes, but Super Small Quine wasnt that hard, even without one line for() loops. :)

Posted: Mon Apr 15, 2013 5:01 pm
by avrrobot
Where can I find the Challenge "Quine", I would be very interested in this one, seems to be a hard problem.

Posted: Mon Apr 15, 2013 6:25 pm
by Redford
Spiral Bits -> Quine
You can reach "Spiral Bits" in several ways, for example Privy -> Countdown Calc -> Black Box -> Spiral Bits

Posted: Mon Apr 15, 2013 6:50 pm
by avrrobot
Thank you for that fast reply :)
I dont know yet how to solve Black Box, but it will be doable.