
-----------------------------------
HelloWorld
Wed Jan 26, 2005 7:16 pm

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.

-----------------------------------
person
Wed Jan 26, 2005 7:32 pm


-----------------------------------
not so sure wat ur asking, can u be more specific. like wat ur having trouble wit?

-----------------------------------
basketball4ever
Wed Jan 26, 2005 9:06 pm


-----------------------------------
not so sure wat ur asking, can u be more specific. like wat ur having trouble wit?

 :roll: 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:

-----------------------------------
HelloWorld
Wed Jan 26, 2005 11:59 pm


-----------------------------------
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
Thu Jan 27, 2005 12:14 am


-----------------------------------
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 :D really wanna see how the game would look like.
