]> git.cworth.org Git - empires-server/history - empires.js
empires: Add a response of the player ID from /register
[empires-server] / empires.js
2020-05-31 Carl Worthempires: Add a response of the player ID from /register
2020-05-30 Carl WorthAdd common handle_events code to the Game class
2020-05-30 Carl WorthPut add_client/remove_client and the various broadcast...
2020-05-30 Carl WorthAdd new game.js with a new parent class Game
2020-05-27 Carl WorthRename "app" to "router" within each game engine
2020-05-27 Carl WorthUse an express Router for each of the game-engine-speci...
2020-05-27 Carl Worthlmno: Generalize the support for multiple game engines
2020-05-26 Carl Worthchoose-nickname: Make this page parameterizable
2020-05-24 Carl Worthempires: Implement support for spectators
2020-05-24 Carl Worthempires: Bring in game client code as a template
2020-05-24 Carl Worth/register: Optionally use the session profile nickname...
2020-05-24 Carl Worthempires: Add an initial "choose nickname" step before...
2020-05-21 Carl Worthempires: Pull the body_parser use statements up to...
2020-05-17 Carl Worthempires: Serve the actual game file from the root of...
2020-05-17 Carl WorthIncorporate empires.js as a sub-app within lmno.js
2020-05-17 Carl WorthRemove old placeholder code for sending "Hello World"
2020-05-17 Carl Worthempires: Return immediately from reveal_next if we...
2020-05-17 Carl WorthRename server.js to empires.js