]> git.cworth.org Git - lmno.games/commitdiff
Implement a very simple toolbar for the host to use
authorCarl Worth <cworth@cworth.org>
Mon, 11 May 2020 23:48:04 +0000 (16:48 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 11 May 2020 23:51:45 +0000 (16:51 -0700)
This is a small clickable gear at the upper-right, that when clicked
will toggle the display of some buttons for controlling the game
state.

This is not as clever as it could be. For example, only one of REVEAL
and START buttons need to be displayed at any given time, (depending
on the game state).

But this should work for everything the game host needs (other than
hiding players that have been captured).


No differences found