Files
KnockOutWhist-Web/knockoutwhistweb/public/javascripts/interact.js
LQ63 6402df43b1 fix(ui): Websocket
Fixed startGame to be correctly implemented
2025-11-27 08:00:32 +01:00

14 lines
271 B
JavaScript

function handlePlayCard(card, dog) {
// TODO needs implementation
}
function handleSkipDogLife(button) {
// TODO needs implementation
}
function startGame() {
sendEvent("Start Game")
}
function handleKickPlayer(playerId) {
// TODO needs implementation
}