]> git.cworth.org Git - lmno-server/commit
Add Anagrams game server engine
authorCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 00:06:48 +0000 (19:06 -0500)
committerCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 00:06:48 +0000 (19:06 -0500)
commite947dbd20ab32367fc34a243a92b295748f822eb
tree87fa65486382bd5a42c5b7e28b40a3bf038ca8c0
parent5864a81920a302453ce0c1dc7019f5e7c7c06f0e
Add Anagrams game server engine

New game with real-time word claiming from a shared letter pool.
Features queued claiming, word stealing, dictionary validation
with player voting for non-TWL words, scaled letter-request
timer, and game-end steal mechanic.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
anagrams.js [new file with mode: 0644]
lmno.js
templates/anagrams-game.html [new file with mode: 0644]