From: Carl Worth Date: Tue, 9 Jun 2020 14:59:41 +0000 (-0700) Subject: Add a button to advance from prompt voting to playing the actual game X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=efb56934eb9333fb19e515432c5f03f47e5aa3cf;hp=efb56934eb9333fb19e515432c5f03f47e5aa3cf Add a button to advance from prompt voting to playing the actual game Once a majority of the players have voted a new button appears (for everyone) that when pressed tells the server that it's time to start the game. Then, when the client receives a "start" event from the server with the prompt the server chose, the client replaces the entire interface with a form for entering the responses to the prompt. The submit button for that form is currently inert. ---