]> git.cworth.org Git - lmno.games/commit
empires: Add a top-level static page for the Empires game
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 22:10:08 +0000 (15:10 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 19 May 2020 13:43:40 +0000 (06:43 -0700)
commitc2b3628fe854407ea6782e8c736df16b9c6719dc
treea6ffd77333ed7b3182be488d63f40b95682fcb66
parenteebce34d59985154e68c04456f09b6a0ff321f91
empires: Add a top-level static page for the Empires game

This has a basic description of the game along with a button to host a
new instance of the game.

There is a tiny bit of JavaScript added to support the new button,
(simply calling the server API to generate a new game and then
redirecting to the new game ID or else generating an error message).
empires/index.html [new file with mode: 0644]
lmno.js