]> git.cworth.org Git - lmno.games/commit
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)
commit168274653d395d2dfb6885fbb32e081dde8a2127
tree8baf84fb657418ed85c17dc54871b0136edd4f30
parent72c38183519d08545db713ad728c3eda564cef7a
Implement a very simple toolbar for the host to use

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).
empires/empires-client.js
empires/index.html
empires/style.css