]> git.cworth.org Git - empires-html/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)
commit1d72ba34f93cf0c821771bc6697891004abab95b
tree2360a6fb6293fe6db06c3efcb8242624d816f329
parent25f95b2d520ee8f32adc05d28065e8b598d678bf
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-client.js
index.html
style.css