From f65da8eaca5ed9a6be7d149a1ea2a7958a656388 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:19:34 -0400 Subject: [PATCH] score round and draw new black card --- client/src/components/game.rs | 22 ++++++++++--- client/src/components/websocket.rs | 2 +- lib/src/lib.rs | 9 +++++- server/src/game_handler.rs | 52 ++++++++++++++++++++++++------ 4 files changed, 70 insertions(+), 15 deletions(-) diff --git a/client/src/components/game.rs b/client/src/components/game.rs index ce96565..57772c3 100644 --- a/client/src/components/game.rs +++ b/client/src/components/game.rs @@ -179,15 +179,29 @@ pub fn Game() -> impl IntoView {

Players:

-