]> git.cworth.org Git - lmno-server/commit
letterrip: Implement server-side validation of words
authorCarl Worth <cworth@cworth.org>
Sat, 7 Mar 2026 13:08:04 +0000 (08:08 -0500)
committerCarl Worth <cworth@cworth.org>
Sat, 7 Mar 2026 13:08:04 +0000 (08:08 -0500)
commit9258e9882dabf791ebac6b3eae127d38d92a7991
treee5ca7475b3b35853311f70fe6049716ff425806a
parent25b581cc7770bc49e8cd654353b8662639903a29
letterrip: Implement server-side validation of words

Now that we have the dictionary on the server side, (for purpose of
final scoring) we also implement validation of words on every tile
placement on the server side. This lets us drop the dictionary from
the client side so there is no possibility of disagreement between
client and server on which words are valid.
letterrip.js