Posted: Wed Jan 26, 2005 7:16 pm Post subject: How to make a good Jeopardy game?
Hello everyone, I have been messing around for an hour or so now trying to make a Jeopardy game(just for fun), but I can't get it working.
This is a 2 player Jeopardy game. Could someone be kind enough to tell me how to do it. I can make a 1 player version, but it sucks. Anyone have a sample program for a 2 player Jeopardy game (or trivia)?
Thanks.
Sponsor Sponsor
person
Posted: Wed Jan 26, 2005 7:32 pm Post subject: (No subject)
not so sure wat ur asking, can u be more specific. like wat ur having trouble wit?
basketball4ever
Posted: Wed Jan 26, 2005 9:06 pm Post subject: (No subject)
person wrote:
not so sure wat ur asking, can u be more specific. like wat ur having trouble wit?
hes asking for a two player jeoperody game ... whats with the slowness?
anywho
since you know how to make a one player version
all you need to do is declare a playerturn variable and have the same functions run for both players. make sure theres an if statement, stating that at the end of player 1's turn, playerturn := 2.
You should be able to do it with no problem
HelloWorld
Posted: Wed Jan 26, 2005 11:59 pm Post subject: (No subject)
Thanks, got it working very well now! All I needed was a basis on how to do it, the playerturn := 2 thing actually helped me figure it out. Thanks again.
basketball4ever
Posted: Thu Jan 27, 2005 12:14 am Post subject: (No subject)
HelloWorld wrote:
Thanks, got it working very well now! All I needed was a basis on how to do it, the playerturn := 2 thing actually helped me figure it out. Thanks again.
hey once ur done, mind sharing the game really wanna see how the game would look like.