diff --git a/src/components/ingame/TrumpC.vue b/src/components/ingame/TrumpC.vue
new file mode 100644
index 0000000..a75bf8f
--- /dev/null
+++ b/src/components/ingame/TrumpC.vue
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+ {{ trumpInf.self?.name || "Loading Player..."}}
+
+
+
+
+
+
+ Trump Suits
+
+
+
+
+
+
+
+
+
+
+ Your Hand ({{ trumpInf.selfHand?.cards.length || 0 }} Cards)
+
+
+
+
+
+
+
+ Waiting for {{ trumpInf.chooser?.name || 'the other player' }} to select the trump suit...
+
+
+
+
+
+ Your Hand ({{ trumpInf.selfHand?.cards.length || 0 }} Cards)
+
+
+
+
+
+
+
diff --git a/src/views/Game.vue b/src/views/Game.vue
index 3798bcc..c837e41 100644
--- a/src/views/Game.vue
+++ b/src/views/Game.vue
@@ -33,7 +33,7 @@ ui.requestState().then(() => {
-
+