Search found 7 matches

by superhacker
Tue Jul 07, 2009 2:36 pm
Forum: Challenges
Topic: King Mouse
Replies: 19
Views: 23406

i understand that :) was was looking for some hints to where i can get more information and maybe some general hints on how to do thing like a loop or if in the "proper" way.
Surely using memory as pointer can't be the best idea :P
by superhacker
Mon Jul 06, 2009 8:17 pm
Forum: Challenges
Topic: King Mouse
Replies: 19
Views: 23406

Does anybody have any clue for this?
I solved the King Rat challenge, but it took me 160Instructions!
I have no clue how to get down to 24...

I guess people who are familliar with assembler might know how... but i'm a "high level" person :?

Help please...
by superhacker
Sun Jul 05, 2009 8:24 pm
Forum: Challenges
Topic: King Rat submission fails
Replies: 5
Views: 10164

my code works in the Hack VM IDE, but not when i submit it.
Are there any syntax differences?
I use whitespaces in my code to make my life a bit easier, do they get stripped during submission?
by superhacker
Sun Jul 05, 2009 5:53 pm
Forum: Challenges
Topic: Visual IDE for SuperHack
Replies: 21
Views: 32104

Thanks! no wonder :P
by superhacker
Sun Jul 05, 2009 3:20 pm
Forum: Challenges
Topic: Visual IDE for SuperHack
Replies: 21
Views: 32104

Is this really working as expected?
I can't get my sample code running which is working fine on the web version...

memory= 1,2
program= 0<1<+p
expected result=3

It works fine online but not in yout program... What am i doing wrong?
by superhacker
Thu Jul 02, 2009 5:21 pm
Forum: Challenges
Topic: Didactic Blue
Replies: 44
Views: 82793

i'm at the same stage as m!nus at the moment. But i noticed that if you look at the picture carefully enough you can see something.. I'm just not sure what to do with this? I guess the hint is in the "extra twist", but i even tried inverting the picture and turning it without getting anywh...
by superhacker
Fri Apr 03, 2009 11:46 am
Forum: Challenges
Topic: UpCount - recursive calamity
Replies: 18
Views: 26670

I changed the code to vb and used another method to count up ;-)

However the result i get seems to be wrong...
My result is a 5 digit number, does that sound alright?