Just to show that I haven't canned the project already, I decided to release part of the project (the scratch interpreter) which I've been working on. It is...
It took me exactly 8 hours and 40 minutes to write yet another adventure game: The Quest for Waitomo Cave (Version 1.01) By Paul Panks (dunric@...) ...
I was really far into debt. Like Most I was in Financial dispair. I could not seem to get ahead no matter how hard I tried. Untill I found this place. ...
I was really far into debt. Like Most I was in Financial dispair. I could not seem to get ahead no matter how hard I tried. Untill I found this place. ...
In my investigation of compiler design, I've made a lexical analyser for QuickBasic syntax. It basically breaks QB syntax into "tokens" that make it very easy...
Looks like you've been busy. I tried posting a bit on the Sourgeforge site, but got nothing in response. Are we going to use this QB list for communication,...
Hello, I am working to port one of my Windows and DOS games over to Linux. However, this game was not written in HLA (like my other project, HLA Adventure)....
Hey again everyone! Just when you think you have things whipped...I have run into another problem with my code. To refresh everyone's memory, it exists to...
... The On Error is normally executed as the first statement in the routine, but I'm not sure if that will solve your problem. Opening non existant files is...
How does HLA's random number generator differ from traditional BASIC's version? I've long based much of my adventure gaming on random numbers, especially...
The type of random number generator used in most language libraries is a "linear congruential" generator. It is of the form: r[n+1] = (A * r[n] + B) mod M...
Paul: As someone42_000@... , (whomever he might be) , pointed out- All software based generators are Psuedo-random and you need a hardware device for...
... judging by the output you gave, it looks like they behave almost identically... -- robert wilson http://www.xanga.com/hotaru_01 http://www.kuvazokad.tk/ ...
i used these guys to make my bills alot more manageable, it was free so what the hell, why not? http://qtcgpar.place.cc If you dont want to be part of this...
I am organizing a 1 to 2KB text adventure competition. See below: http://panks.freeshell.org/advcomp.html "Is it possible to write a text adventure in under 2K...
... no menuet? i guess i'll have to brush up on assembly under dos, then... -- robert wilson http://www.xanga.com/hotaru_01 http://www.kuvazokad.tk/ ...
1 DATA 99,99,99,99,99,99,9,16,14,19,5,18,1,9,"NORTH","SOUTH","EAST","WEST","U P","DOWN","HOBBIT","WEREWOLF","DRAGON","VAMPIRE","SWORD","PLATEMAIL"," ...
Are you saying that if I can make a game and compile it and then compress it using winzip to 2.9KB or less it will be accepted. Even if the original exe is...
What if I made an engine that did not excede 2.9KB? But the text adventure game was in files outside the exe? So long as the engine wasn't 3.0KB and even...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : /Whirly-gig...
qbasic@yahoogroups.com
Jul 19, 2004 6:14 pm
2606
I am currently taking a college level C+ course so I can take AP Computer Science (Java) next year when I'm a high-school senior. I have realized that QBASIC...
I am glad you like Qbasic Andrew. I love working with the language myself... and use it extensively.. it kinda rivals perl in some respects.. but its so ...
... myself...and use it extensively.. it kinda rivals perl in some respects.. but its so light.. and powerful..amazing. Another language .. similiar to Qbasic...
Try here: http://imaginatica.us.es/~wopr2k/qbdl/ JC ... __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! ...
There was a site.. and can't seem to find the bookmark that you could buy it.. with the real registration etc. It was selling for $300. My best advice.. eBay...
After four years without an update, Pete's QBasic Site has been completely revamped and renovated! It now boasts increased interactivity, and is completely...
Are you doing this to stop it being windowed/fullscreened in Windows? If you are, windows traps Alt+Enter and doesn't even pass the keystrokes to the dos box,...