]> git.cworth.org Git - empires-server/commit
Add the barest template of an implementation of a tictactoe game
authorCarl Worth <cworth@cworth.org>
Tue, 26 May 2020 03:36:09 +0000 (20:36 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 26 May 2020 03:55:29 +0000 (20:55 -0700)
commitd04124365041fb3d9606a0aa56b49a2147565038
treec0491ecdf0491d80c025f457e8693d40fbcfe881
parentee078f73ebf00c2bb769de5e7502824b37b96535
Add the barest template of an implementation of a tictactoe game

This supports only the ability to select a nickname (which is provided
by lmno.js), and then the serving of minimal HTML into which the
tictactoe React cient can render itself.

There is not yet here any implementation of API endpoints specific to
the tictactoe game. Those will have to come later. (So, for now, each
player that joins a game of Tic Tac Toe will have an independent game
without any communication between them.)
lmno.js
templates/tictactoe-game.html [new file with mode: 0644]
tictactoe.js [new file with mode: 0644]