From 8f1fb96ac94256d599f2c1481cb1c1eb5de6eb87 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Fri, 2 Feb 2024 20:04:25 -0600 Subject: [PATCH] delete the test game --- site/src/App.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/site/src/App.vue b/site/src/App.vue index ded3571..b38ab7b 100644 --- a/site/src/App.vue +++ b/site/src/App.vue @@ -79,19 +79,6 @@ function clickPlay() { open(); } -const testGame = ref({ - players: [ - { hp: 4, items: ['🔍', '🔪', '', '', '', '', '', ''] }, - { hp: 3, items: ['👮', '🚬', '', '', '', '', '', ''] }, - ], - round: 1, - dealer: true, - damage: 1, - previous: null, - live: 3, - blank: 4, -}); - function action(evt: Action) { console.log('send action', evt); send(JSON.stringify(action));