Q-Basic Games!

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Q-Basic Gal

Q-Basic Games!

Post by Q-Basic Gal »

I know we have to download games, but can ayone PLEASE just type the program instead...PLEASE? Like this?

CLS
INPUT A
INPUT B
WHILE
[WHATEVER YOU WANT TO PLACE]
WEND
FOR
NEXT
END

i KNOW those aren't right but why can't anyone just place the program...Type it?

email me: lordgreat2003@yahoo.com
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

Fail class...

Don't waste our time...




UNLESS: You want to learn programming, which would mean you have to show us some code, or progress of what you have done so far on your assignment.
I have left this dump.
User avatar
{Nathan}
Veteran
Posts: 1169
Joined: Thu Aug 19, 2004 6:08 pm
Location: The wetlands of central Ohio, USA
Contact:

Post by {Nathan} »

that makes no sense whatsoever.
Image
Nodtveidt
Veteran
Posts: 826
Joined: Sun Jul 25, 2004 4:24 am
Location: Quebradillas, PR
Contact:

Post by Nodtveidt »

It makes perfect sense nathan...this person wants someone to write out a game for them in QB and post its code here on the forum so they can pass their programming class...they were probably too busy flirting with someone or fork around in general and didn't pay attention and now they're stuck and need someone to do their work for them...

AKA: they suck.
Nelson

Sounds like someone had a bad high school experience...

Post by Nelson »

I think the fact that this kid has initiative to search for messageboards relating to qbasic suggests that he is putting some effort into his homework. Let's not be too harsh.
barok
Coder
Posts: 38
Joined: Sat Jul 24, 2004 4:32 pm
Location: Frozen bushlands of Saskatchewan

Post by barok »

I also think that the fact that this person is called "qbasic Gal" means that this is a girl, not a guy. ;)
I have no sig.
barok
Coder
Posts: 38
Joined: Sat Jul 24, 2004 4:32 pm
Location: Frozen bushlands of Saskatchewan

Post by barok »

here, i made you a game.

Code: Select all

randomize timer
rndnum = 10000 * rnd
print "hello, i am a game!  Guess a number between 1-10000!";
input guess
if guess = rndnum then 
print "you win!"
else
print "you lose!"
endif
I have no sig.
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

Ya, I'm a gal too, my email is:
XiberLORD <- LORD!.... LORD LORD LORD LORD LORD...

Lord is generally (read: always) a male...


But then again.. who knows...
I have left this dump.
Nodtveidt
Veteran
Posts: 826
Joined: Sun Jul 25, 2004 4:24 am
Location: Quebradillas, PR
Contact:

Re: Sounds like someone had a bad high school experience...

Post by Nodtveidt »

Nelson wrote:I think the fact that this kid has initiative to search for messageboards relating to qbasic suggests that he is putting some effort into his homework. Let's not be too harsh.
#1: kids who post on messageboards looking for someone to do their homework for them are showing ZERO initiative. Initiative is paying attention in class and doing the work you're supposed to be doing BECAUSE you paid attention in class and then researched information you needed when you didn't know the answer.
#2: who the hell are you anyways? :shock:
User avatar
{Nathan}
Veteran
Posts: 1169
Joined: Thu Aug 19, 2004 6:08 pm
Location: The wetlands of central Ohio, USA
Contact:

Post by {Nathan} »

zire is A GIRL???!!!
Image
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

:roll: .........
...

...

...

...



For $20 I'll be anything you want, stud... :D


EDIT: And it's Z!re, no i, but an !
I have left this dump.
User avatar
{Nathan}
Veteran
Posts: 1169
Joined: Thu Aug 19, 2004 6:08 pm
Location: The wetlands of central Ohio, USA
Contact:

Post by {Nathan} »

...
Image
me50

Come on

Post by me50 »

Come on i acn make a game better than that in two min. or less
like my dice game.


CLS
PRINT "Ok enjoy this game while you can..there is no wy to get out!!!"
RANDOMIZE TIMER
player1 = INT(RND 1 * 300)
player2 = INT(RND 1 * 10)

IF player1 = player1 < player 2 THEN
? "You win"
'Normaly i have music here but i dont care right now.
END IF
IF player1 = player1 > player2 THEN
? " You lose"
END IF
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

Yes, very nice, all hail mighty me50.

Don't revive topics, look at the posting dates. Please.


And your code doesent work.
I have left this dump.
Post Reply