"; echo " Gametype: $gametype"; echo "\n"; return; } function display_news() { global $wiki; echo "
\n". " Please hit shift+reload.

\n". " the table and the names are now always shown.

". " If you find more bugs, please list them in the wiki.\n
\n"; return; } function output_link_to_user_page($email,$password) { echo "
\n"; echo "
\n"; echo " \n"; echo " \n"; echo " \n"; echo "
\n"; echo "
\n"; return; } 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"; ?>
Register
\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo "\n"; return; } function output_form_for_new_game() { ?>

Please add 4 names, please make sure that the names are correct!

Name: Name: Name: Name:
\n"; else echo "\"".card_to_name($card-1)."\"\n"; return; } function display_link_card($card) { if( $card/2 - (int)($card/2) == 0.5) echo "\"\"\n"; else echo "\"\"\n"; return; } function check_for_sickness($me,$mycards) { ?>

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

do you want to play solo?
"; echo " no
\n"; } else { echo " no
\n"; }; echo "do you have poverty?"; if(count_trump($mycards)<4) { echo " yes"; echo " no
\n"; } else { echo " no
\n"; }; echo "do you have too many nines?"; if(count_nines($mycards)>4) { echo " yes"; echo " no
\n"; } else { echo " no
\n"; }; echo "\n"; echo "\n"; echo "
\n"; return; } function check_want_to_play($me) { ?>
Do you want to play a game of DoKo? yes no
Do you want to get an email for every card played or only if it your move? every card only on my turn
\n"; echo "\n"; echo "\n"; echo "
\n"; return; } function output_home_page() { ?>

If you want to play a game of Doppelkopf, you found the right place ;)

Please register, in case you haven't done yet
or login with you email-address or name and password here:

Login
e-Doko

Welcome to E-Doko

\n"; echo "\n"; return; } ?>