playing cards per websocket now :)

This commit is contained in:
2020-05-21 19:54:39 +02:00
parent 688641d749
commit 644c28ae75
5 changed files with 40 additions and 38 deletions

View File

@ -23,6 +23,7 @@
<![endif]-->
<script>
let socket = new WebSocket("wss://cowiz.struppi.name/ws");
window.game_socket = socket
socket.onopen = function(e) {
//alert("[open] Connection established");