]> git.cworth.org Git - lmno-server/commit
lmno: Add game specific restore() operation to reconsstruct Set objects
authorCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 23:01:04 +0000 (19:01 -0400)
committerCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 23:01:04 +0000 (19:01 -0400)
commit4ad55f35b874ab0cd25832600687dda8b5769caa
treeba66f84289be9169362067087c0435b1a78e4c65
parent044a9b78e9372000308d2a889ad23a577ea6885b
lmno: Add game specific restore() operation to reconsstruct Set objects

The game state save logic serializes any Set objects as arrays, so
we need this extra little bit of code to re-construct Set objects
from arrays at time of restore.
anagrams.js
empathy.js
letterrip.js