delete the test game
This commit is contained in:
		@@ -79,19 +79,6 @@ function clickPlay() {
 | 
			
		||||
	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) {
 | 
			
		||||
	console.log('send action', evt);
 | 
			
		||||
	send(JSON.stringify(action));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user