]> git.cworth.org Git - lmno-server/commit
lmno: Implement saving of game state when shutting down the server
authorCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 22:57:29 +0000 (18:57 -0400)
committerCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 22:57:29 +0000 (18:57 -0400)
commit044a9b78e9372000308d2a889ad23a577ea6885b
treef9eb968ca1b1ea974ca30666dfdc217deab115b1
parent7fe2800b907ceba5335c953383b12679a1b0932b
lmno: Implement saving of game state when shutting down the server

State is written to data/lmno-state.json at shutdown and then re-read
at server start. This should let us stop/start the server without
disrupting game play for in-progress games.
.gitignore
game.js
lmno.js