delete the test game

This commit is contained in:
Branden J Brown 2024-02-02 20:04:25 -06:00
parent e27e0f571d
commit 8f1fb96ac9
1 changed files with 0 additions and 13 deletions

View File

@ -79,19 +79,6 @@ function clickPlay() {
open(); open();
} }
const testGame = ref<Game>({
players: [
{ hp: 4, items: ['🔍', '🔪', '', '', '', '', '', ''] },
{ hp: 3, items: ['👮', '🚬', '', '', '', '', '', ''] },
],
round: 1,
dealer: true,
damage: 1,
previous: null,
live: 3,
blank: 4,
});
function action(evt: Action) { function action(evt: Action) {
console.log('send action', evt); console.log('send action', evt);
send(JSON.stringify(action)); send(JSON.stringify(action));