]> git.cworth.org Git - lmno-server/commit
Extract shared tile distribution and bag logic into tiles.js
authorCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 00:03:57 +0000 (19:03 -0500)
committerCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 00:03:57 +0000 (19:03 -0500)
commit5864a81920a302453ce0c1dc7019f5e7c7c06f0e
tree810fa348d8a841ca748deb4900ed971bdd007e87
parent1cc6df8794d8b7403fe399ba4af496966e59d537
Extract shared tile distribution and bag logic into tiles.js

Letter Rip now imports from the shared module instead of defining
its own tile distribution and make_bag(). This prepares for the
Anagrams game which will reuse the same tile bag (without blanks).

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