]> git.cworth.org Git - lmno-server/commit
Add tracking of client placement of tiles
authorCarl Worth <cworth@cworth.org>
Fri, 6 Mar 2026 14:36:01 +0000 (09:36 -0500)
committerCarl Worth <cworth@cworth.org>
Fri, 6 Mar 2026 14:36:01 +0000 (09:36 -0500)
commit9ef456d10a5b33e34d04be257fdfeea8b8312659
tree014c9c1733e3707e1fbb6faa6ec57c167088b78a
parent09bafe62f757ba04e9b5f714862f92789d78ca8d
Add tracking of client placement of tiles

This adds a new /place endpoint to be told where tiles are placed, and
allows the server to send all placed tiles when a player
reconnects. This means that a client refresh no longer clears the
entire board, (which was really annoying).
letterrip.js