[TIB] Re: Game Idea???


[Prev][Next][Index][Thread]

[TIB] Re: Game Idea???



I didn't think about that. I guess you're right. 
> 
> From: robvanwijk@gmx.net
> Date: 2002/12/17 Tue AM 07:13:54 EST
> To: ti-basic@lists.ticalc.org
> Subject: [TIB] Re: Game Idea???
> 
> > I don't know 89 basic,  but I do 86 basic, which is practically the same
> > thing.
> > what you would probably do for the 3 spins/1 spins thing would be a GOTO
> > or something if they get the correct answer (X="queen of england" goto F;
> > else goto G type thing) and then the "G" would be a menu with the possible
> > choices (I think that's what you're describing.)
> > the actual spin (I think, I'm not an expert) would be a random #
> > generator, w/ each # assigned to a prize, like 500 or "whammy."
> 
> There is a problem, what if they don't type "queen of england", but "the
> queen of england"? For a human that's the same, but your program will
> consider it incorrect.
> (This might solve it: scan for "england" and "queen", if both appear in the
> string, it will probably be correct.)
> 
> Rob van Wijk
> 
> -- 
> +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
> 
> 
>