\n".
- " go to my user page ";
+ " Go to my user page ";
$result = mysql_query("SELECT Hand.hash,Hand.game_id,Game.player from Hand".
" LEFT JOIN Game On Hand.game_id=Game.id".
@@ -821,7 +821,7 @@ function display_user_menu()
echo "game ".DB_format_gameid($r[1])." \n";
}
- echo "start a new game\n";
+ echo "Start a new game\n";
echo "Statistics\n";
diff --git a/index.php b/index.php
index 312dc92..a0e2fb2 100644
--- a/index.php
+++ b/index.php
@@ -29,18 +29,22 @@ if(myisset("logout"))
session_unset();
session_destroy();
$_SESSION = array();
- echo "you are now logged out!";
+ echo "
\n";
/*check if we still have cards left, else set status to gameover */
if(sizeof(DB_get_hand($me))==0)
@@ -1686,7 +1690,7 @@ else if(myisset("me"))
" GROUP BY User.fullname" );
while( $r = mysql_fetch_array($result,MYSQL_NUM))
echo "
\n".
- " ".$r[2]." ".$r[1]."\n".
+ "
".$r[2]." ".$r[1]."
\n".
"
\n";
echo "
\n \n"; /* end div trick, end li trick */
@@ -1759,7 +1763,7 @@ else if(myisset("me"))
/* check if game is over, display results */
if(DB_get_game_status_by_gameid($gameid)=='play')
{
- echo "the game is over for you.. other people still need to play though";
+ echo "The game is over for you.. other people still need to play though";
}
else
{
@@ -2123,7 +2127,7 @@ else if( myisset("email","password") || isset($_SESSION["name"]) )
}
else
{
- echo "Sorry email and password don't match. Please try again. ";
+ echo "
Sorry email and password don't match. Please try again.
Some areas are grayed out which means that the rule is not implemented yet and therefore cannot be selected
-
ten of hearts:
+
Ten of hearts:
just normal non-trump
first ten of hearts wins the trick
second ten of hearts wins the trick
-
schweinchen (both foxes), only in normal games or silent solos:
+
Schweinchen (both foxes), only in normal games or silent solos:
none
-
+
both become highest trump (automatic call at beginning of the game)
-
+
first one normal, second one becomes highest (call during the game)
-
+
second one become highest only in case re/contra was announced (not working yet)
-
Call Re/Contra, etc.:
+
Call Re/Contra, etc.:
Can call re/contra on the first own card played, 90 on the second, etc.
-
+
Can call re/contra until 5th card is played, 90 until 9th card is played, etc.
-
+
Can call re/contra until 5th card is played, 90 if player still has 9 cards, etc.
-
+
Thanks for joining the game...
- do you want to play solo?
+ do you want to play solo?
+
-
yes
no
-\n";
echo "\n";
echo "\n";
@@ -252,9 +252,9 @@ function output_home_page($pre,$game,$done,$avgtime)
if($game==0)
echo "zero games that are ongoing. ";
- else if($game==1)
+ else if($game==1)
echo "one game that is ongoing. ";
- else
+ else
echo "$game games that are ongoing. ";
echo " \n";
@@ -303,7 +303,7 @@ function output_header()
e-Doko
-
+