other players see played cards now

This commit is contained in:
2021-01-20 22:38:12 +01:00
parent b574014c95
commit f23319b7b8
5 changed files with 42 additions and 2 deletions

View File

@ -101,6 +101,7 @@ function setupGame(names, hand)
//game.play_card(4, 0, "y05");
//game.play_card(5, 0, "g05");
//game.give_trick_to(0);
window.the_game = game;
});
};