niehusst / net-go

The game Go over the internet.
GNU General Public License v3.0
0 stars 0 forks source link

move scoring logic to server #49

Open niehusst opened 7 months ago

niehusst commented 7 months ago

for more complex games (ones requiring lots of long monte carlo sims) the scoring process will basically freeze the browser. I got a "this tab is slowing firefox" warning pop up while my game was scoring. Not a good look, and server scoring will be better for performance anyway. just a drag... :(

niehusst commented 7 months ago

dont forget to move tests as well