jrwats / bughouse.app

Bughouse Chess
GNU General Public License v3.0
1 stars 1 forks source link

Server-side pre-move/pre-drops #46

Open jrwats opened 3 years ago

jrwats commented 3 years ago

We implement pre-moves/pre-drops on the client.
This` could be done on the server to cut-down the clock time eaten by client <=> server latency. This also carries the caveat that cancelling drops is beholden to the same latency...