Qbasicnews.com
1st game I made... can I have someone test it? - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QBasic (http://qbasicnews.com/newforum/forum-4.html)
+--- Forum: QB Projects (http://qbasicnews.com/newforum/forum-12.html)
+--- Thread: 1st game I made... can I have someone test it? (/thread-8450.html)

Pages: 1 2 3


1st game I made... can I have someone test it? - tannervp - 11-27-2005

Can someone please test the game I made for a project I have to do? Just click here to download. It's not done, I'm still workin' on it



EDIT: I changed to fileanchor, new link

EDIT2: Well, I fixed it, so Tongue to all of you. Try it NOW


1st game I made... can I have someone test it? - tannervp - 11-27-2005

Please???????


1st game I made... can I have someone test it? - whitetiger0990 - 11-27-2005

The link doesn't seem to want to load very fast. Could you maybe try http://fileanchor.com or something?


1st game I made... can I have someone test it? - Dio - 11-27-2005

just post the code:
[syntax="qbasic"]PRINT
PRINT
PRINT "A. The Story of The Voyage"
PRINT "B. History of New England"
PRINT "C. Good Queene Isabella"
PRINT "D. All of the above"
PRINT
INPUT "A, B, C, or D?"; ans2$
IF ans2$ = "C and A" THEN : PRINT "Correct!"
IF ans2$ = "C,A" THEN : PRINT "Correct!"
IF ans2$ = "A,C" THEN : PRINT "Correct!"
IF ans2$ = "A and C" THEN : PRINT "Correct!"
PRINT
PRINT
PRINT
t = 0
IF ans1$ = "C" THEN : t = t + 50
IF ans2$ = "A and C" THEN : t = t + 50
IF t = 100 THEN : PRINT "1oo%! A+"
IF t = 50 THEN : PRINT "50%, F"
IF t = 0 THEN : PRINT "0? A 0???? F"
END[/syntax]
retard

edit: i just relized that he's a noob so he probley didn't know how to. n/m


1st game I made... can I have someone test it? - Agamemnus - 11-27-2005

If that's indeed the whole program, then, I'm sorry to say this, but you need a logic implant. My first program (that I remember) gave a description of the 7 continents based on the number (integer) you inputted...

One thing that is critical in logic and programming (and life) is that you must know what you're doing, and what the user knows. For instance, the user has NO IDEA what the question is.

Secondly, DID YOU TEST YOUR PROGRAM????? It's impossible to get a 100 because ..... you don't ask ans1$

THIRD, SAVE YOUR SOURCE CODE AS TEXT!!!




Other than that it's just your average newbie program.


1st game I made... can I have someone test it? - Z!re - 11-27-2005

Quote:THIRD, SAVE YOUR SOURCE CODE AS TEXT!!!
Seconded


EDIT: Is it even possible to hit , in an INPUT prompt?


1st game I made... can I have someone test it? - Kylemc - 11-28-2005

not in his case, no.


1st game I made... can I have someone test it? - tannervp - 11-28-2005

try it NOW. last time i think it was an uploading problem


1st game I made... can I have someone test it? - Anonymous - 11-28-2005

youre doing okay, just practice a lot before you show off your code, or don't be surprised that the veterans here think you're crazy ;P


1st game I made... can I have someone test it? - Z!re - 11-28-2005

Quote:crazy ;P
SILENCE GARDEN GNOME!
Have a banana!
*dances around in circles while singing the QBN monkeysong*