]> git.cworth.org Git - lmno.games/commit
Add Anagrams client-side UI
authorCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 03:40:25 +0000 (22:40 -0500)
committerCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 12:45:57 +0000 (08:45 -0400)
commitf78290305e077922141048b4991e0dd8ed517000
tree77c78e6a1b2b837c30835d0cc6b3b147d29885bc
parenta5fbab3b74012c434b5fff4edeb3827dba47d81d
Add Anagrams client-side UI

React game component with center letter pool (random tile
positions), claim mode with rack for arranging words, player
word areas with steal support, voting modal for non-dictionary
words, and game-over scoreboard. Also adds lobby page and
listing on main index.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
anagrams/.gitignore [new file with mode: 0644]
anagrams/anagrams.css [new file with mode: 0644]
anagrams/anagrams.jsx [new file with mode: 0644]
anagrams/index.html [new file with mode: 0644]
index.html