From: Carl Worth Date: Sun, 10 May 2020 21:18:57 +0000 (-0700) Subject: Add "/reveal","/start" endpoints and "game-state","character-reveal" events X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=748f60bb7e13cc3422d8d628268d6ee55f1fae83;hp=748f60bb7e13cc3422d8d628268d6ee55f1fae83;p=lmno-api Add "/reveal","/start" endpoints and "game-state","character-reveal" events Incrementing the protocol version to 0.4. This is perhaps the minimum that is actually needed to play a game? We'll see if this is sufficient as we get both client and server coded to this and try it out. ---