|
@ -111,11 +111,12 @@ function game_snakes_play( $id, $game, $attempt, $snakes, $context) { |
|
|
game_snakes_showdice( $snakes, $board); |
|
|
game_snakes_showdice( $snakes, $board); |
|
|
} |
|
|
} |
|
|
?> |
|
|
?> |
|
|
|
|
|
|
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
</table> |
|
|
</table> |
|
|
<?php |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php |
|
|
if ($game->bottomtext != '') { |
|
|
if ($game->bottomtext != '') { |
|
|
echo '<br>'.$game->bottomtext; |
|
|
echo '<br>'.$game->bottomtext; |
|
|
} |
|
|
} |
|
|