From d638a4e1d0c15ce749430e546d695827c04979f1 Mon Sep 17 00:00:00 2001 From: arun Date: Sat, 2 Jun 2007 15:40:16 +0000 Subject: new feature: added checks for re/contra/90 etc. ; fixed: some measages were outdated --- output.php | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index 8288ee2..75d0135 100644 --- a/output.php +++ b/output.php @@ -106,6 +106,7 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) echo " \n"; echo " \n"; echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo "\n"; @@ -161,7 +162,16 @@ function output_form_for_new_game($names)

- +

Call Re/Contra, etc.: +

+

-

Solo will work, but the first player will not change. Nothing else implemented.

-
do you want to play solo? @@ -211,7 +219,7 @@ function check_for_sickness($me,$mycards) "; @@ -222,7 +230,7 @@ function check_for_sickness($me,$mycards) echo " no
\n"; }; - echo "do you have poverty?"; + echo "Do you have poverty?"; if(count_trump($mycards)<4) { echo " yes"; @@ -233,7 +241,7 @@ function check_for_sickness($me,$mycards) echo " no
\n"; }; - echo "do you have too many nines?"; + echo "Do you have too many nines?"; if(count_nines($mycards)>4) { echo " yes"; -- cgit v1.2.3-18-g5258