Number of HVM /SuperHVM Challenges

User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post 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
avrrobot
Posts: 51
Joined: Fri Mar 04, 2011 2:54 pm
Location: Germany

Post by avrrobot »

Yes, but Super Small Quine wasnt that hard, even without one line for() loops. :)
avrrobot
Posts: 51
Joined: Fri Mar 04, 2011 2:54 pm
Location: Germany

Post by avrrobot »

Where can I find the Challenge "Quine", I would be very interested in this one, seems to be a hard problem.
Redford
Posts: 41
Joined: Sat Jul 04, 2009 8:32 pm
Location: Poland
Contact:

Post by Redford »

Spiral Bits -> Quine
You can reach "Spiral Bits" in several ways, for example Privy -> Countdown Calc -> Black Box -> Spiral Bits
Image
avrrobot
Posts: 51
Joined: Fri Mar 04, 2011 2:54 pm
Location: Germany

Post by avrrobot »

Thank you for that fast reply :)
I dont know yet how to solve Black Box, but it will be doable.
Post Reply