Qbasicnews.com

Full Version: Next Challenge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Code:
PRINT 1
FOR a = 0 TO 10 ^ 10
FOR b = 0 TO 10 ^ 10
FOR c = 0 TO 10 ^ 10
FOR d = 0 TO 10 ^ 10
FOR e = 0 TO 10 ^ 10
FOR f = 0 TO 10 ^ 10
FOR g = 0 TO 10 ^ 10
FOR h = 0 TO 10 ^ 10
FOR i = 0 TO 10 ^ 10
FOR j = 0 TO 10 ^ 10
    PRINT 0
NEXT
NEXT
NEXT
NEXT
NEXT
NEXT
NEXT
NEXT
NEXT
NEXT

I wouldn't suggest running this as it's pointless but I think it gets the job done
I like the obfuscated code idea. I'll try to make something.

Are we allowed to use colons?
I guess yes Smile that makes the thing completely unreadable. Also use ON GOSUBs and the like Tongue
create a game that does not exceed more than 15 points

point values:
1 point for every keyboard control use (including exiting)
0.5 points for every line
0.5 points for every variable used
0.25 points for every time a CIRCLE , LINE or Pset is used

do not exceed 18 points!

get to it!!!!!!!!!!!!
Tongue Tongue Tongue Tongue Tongue
*Cough cough*... *date of last post*...

Did anyone get around to making any obfuscated code though?
does it really quite matter when the time of last post is?
it is possible to teach an old dog new tricks so why not post a new message topic on an old post? brand new posts only drop once when an old post is bumped. if a new post is important enough it will crawl back to the top.
Yeah, but if nobody has posted in this thread for such a long time it means that no one is interested anymore. It's better to start a new thread, cos a) people look at new threads and b) you can use a more relevant topic line. What's wrong with posting your idea in a new thread?

I have found out by experience, when I was a whippersnapper like you, that it's best to leave sleeping dogs lie :wink:
Pages: 1 2 3