Qbasicnews.com
Next Challenge - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QbasicNews.Com (http://qbasicnews.com/newforum/forum-3.html)
+--- Forum: Challenges (http://qbasicnews.com/newforum/forum-10.html)
+--- Thread: Next Challenge (/thread-261.html)

Pages: 1 2 3


Next Challenge - Brandon Wigfield - 03-07-2003

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


Next Challenge - Agamemnus - 03-07-2003

I like the obfuscated code idea. I'll try to make something.

Are we allowed to use colons?


Next Challenge - na_th_an - 03-07-2003

I guess yes Smile that makes the thing completely unreadable. Also use ON GOSUBs and the like Tongue


or... - Roadkill - 05-26-2003

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


Next Challenge - oracle - 05-26-2003

*Cough cough*... *date of last post*...

Did anyone get around to making any obfuscated code though?


Next Challenge - Roadkill - 05-26-2003

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.


Next Challenge - oracle - 05-26-2003

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: