From 0dd96314cb0fc3d40502d87f354c6fd61f35a3cd Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 8 Feb 2007 19:19:11 +0000 Subject: * rewrote checking for sickness, the player now sees a nice summary before getting to the table... * wedding is now announced * for solo and normal games, re and contra are assigned correctly * the score for re and contra is computed at the end * used one variable $CARDS instead of several global ones e.g. $CARDS["trump"] instead of $TRUMP --- output.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index 721858f..d20d725 100644 --- a/output.php +++ b/output.php @@ -39,7 +39,7 @@ function output_register() { echo "IMPORTANT: passwords are going over the net as clear text, so pick an easy password. No need to pick anything complicated here ;)

"; echo "TODO: convert timezone into a menu
\n"; - echo "TODO: figure out a way to handle passwrods
\n"; + echo "TODO: figure out a way to handle passwords
\n"; ?>
@@ -126,9 +126,14 @@ function output_form_for_new_game($names)

schweinchen (both foxes):

  • none
  • -
  • both become highest trump (call at beginning of the game)(doesn't work yet)
  • -
  • first one normal, second one becomes highest (call during the game) (doesn't work yet)
  • -
  • second one become highest only in case re/contra was announced (doesn't work yet)
  • +
  • + both become highest trump (automatic call at beginning of the game) + (does not work yet)
  • +
  • + first one normal, second one becomes highest (call during the game) (does not work yet)
  • +
  • + second one become highest only in case re/contra was announced + (does not work yet)

-- cgit v1.2.3-18-g5258