Poll: Is my game OK for a newbie?
You do not have permission to vote in this poll.
Yes
100.00%
4 100.00%
No
0%
0 0%
Total 4 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1st game I made... can I have someone test it?
#4
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
quote="whitetiger0990"]whitetiger is.. WHITE POWER!!! [/quote]
Here
Reply


Messages In This Thread
1st game I made... can I have someone test it? - by Dio - 11-27-2005, 10:31 AM
1st game I made... can I have someone test it? - by Anonymous - 11-28-2005, 05:06 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)