Computer Science Canada

How to make a good Jeopardy game?

Author:  HelloWorld [ 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.

Author:  person [ Wed Jan 26, 2005 7:32 pm ]
Post subject: 

not so sure wat ur asking, can u be more specific. like wat ur having trouble wit?

Author:  basketball4ever [ Wed Jan 26, 2005 9:06 pm ]
Post subject: 

person wrote:
not so sure wat ur asking, can u be more specific. like wat ur having trouble wit?


Rolling Eyes 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 Wink

Author:  HelloWorld [ Wed Jan 26, 2005 11:59 pm ]
Post 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.

Author:  basketball4ever [ Thu Jan 27, 2005 12:14 am ]
Post 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 Wink once ur done, mind sharing the game Very Happy really wanna see how the game would look like.


: