diff --git a/src/components/Ingame.vue b/src/components/Ingame.vue
index 72fbdcc..93db660 100644
--- a/src/components/Ingame.vue
+++ b/src/components/Ingame.vue
@@ -10,6 +10,7 @@ import TurnC from "@/components/ingame/TurnC.vue";
import TrumpC from "@/components/ingame/TrumpC.vue";
import {storeToRefs} from "pinia";
import {ref, toRefs, watch} from "vue";
+import TieC from "@/components/ingame/TieC.vue";
const ig = useIngame()
const { state } = toRefs(ig)
@@ -45,6 +46,22 @@ watch(
+
+
+
+
+
+
+
+
diff --git a/src/components/ingame/TieC.vue b/src/components/ingame/TieC.vue
new file mode 100644
index 0000000..873c33e
--- /dev/null
+++ b/src/components/ingame/TieC.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+ {{ tieInf.self?.name || "Loading Player..."}}
+
+
+
+
+
+
+
+
+
+
+
+ Waiting for {{ tieInf.currentPlayer?.name || 'the other player' }} to select card for the tie...
+
+
+
+
+
+
diff --git a/src/views/Game.vue b/src/views/Game.vue
index 757562f..663301d 100644
--- a/src/views/Game.vue
+++ b/src/views/Game.vue
@@ -33,7 +33,7 @@ ui.requestState().then(() => {
-
+