Files
KnockOutWhist-Web/knockoutwhistweb/public/javascripts/interact.js
LQ63 f48eb1396e fix(ui): Websocket
Fixed startGame to be correctly implemented
2025-11-26 11:37:01 +01:00

11 lines
249 B
JavaScript

function handlePlayCard(card, dog) {
// TODO needs implementation
}
function handleSkipDogLife(button) {
// TODO needs implementation
}
function startGame() {
console.log("CLICKED START GAME, SENDING EVENT...")
sendEvent("Start Game")
}