summaryrefslogtreecommitdiff
path: root/scripts/client.js
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-09-29 14:41:43 -0400
committerKyle Gunger <corechg@gmail.com>2020-09-29 14:41:43 -0400
commit5ffbbc8524fb5c42b00c741e9868e99e3f7c3fe4 (patch)
treef123e548863c2bc8bdddc09d4d22fe4e969703c3 /scripts/client.js
parent673d16d8f2fb9d7b7df5f6fcadfbc665f329887c (diff)
Start join game implementation
Diffstat (limited to 'scripts/client.js')
-rw-r--r--scripts/client.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/client.js b/scripts/client.js
index acb3d90..46acf6a 100644
--- a/scripts/client.js
+++ b/scripts/client.js
@@ -125,4 +125,14 @@ class Client{
this.socket.init();
}
+
+ joinGame(id)
+ {
+ this.table.openTable();
+ }
+
+ leaveGame()
+ {
+
+ }
}