From 2a5a5bba0f8cd0dca558f357e798509e15719590 Mon Sep 17 00:00:00 2001 From: Chris Karle Date: Sat, 28 Mar 2020 15:31:23 -0400 Subject: [PATCH] feat(lobby) initial join test ws.send(JSON.stringify({action:'join_game',player_name:'Chris2', game_id:'c12'})) test with above line in browser-tools dev console chriskarle@hotmail.com --- public/index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index f466d32..7bf12cc 100644 --- a/public/index.html +++ b/public/index.html @@ -1 +1,16 @@ -

Hello, Chris

+ + + + + Euchre Live!! + + +
+ +

Hello, Chris

+ + + -- libgit2 1.1.1