[TIB] Re: Game Idea???


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

[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!




References: