]> git.cworth.org Git - lmno.games/commit
empires: Rename all files (html, js, and css) to game.*
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 16:35:43 +0000 (09:35 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 16:35:43 +0000 (09:35 -0700)
commitf3188cb0892ed398112b3d14f444e01b79de6f12
tree2878010e595d130e37638a16aa18dff9a5a79004
parent8eb53d4b38b59de577c0502d870003c5ca2bdd3d
empires: Rename all files (html, js, and css) to game.*

These are all the files for manipulating a single instance of a
game. We're moving this away from index.html so that we can have a
separate page at index.html for giving game instructions and allowing
users to host a new game.

So, along with the new name of game.html, we also rename supporting
files to game.css and game.js to be consistent.
empires/empires-client.js [deleted file]
empires/game.css [new file with mode: 0644]
empires/game.html [new file with mode: 0644]
empires/game.js [new file with mode: 0644]
empires/index.html [deleted file]
empires/style.css [deleted file]