Integrate SignalR for game session management and clean up unused local game logic.

This commit is contained in:
2026-02-22 20:52:00 +01:00
committed by Jonas
parent 306dacc300
commit 120c671dce
5 changed files with 205 additions and 19 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const currentSelection = ref(null)
<Field
v-model:current-selection-index="currentSelection"
:gameState="game.field"
@clickOnGameField="game.place(currentSelection)"
@clickOnGameField=""
></Field>
</template>