acunniffe / ghq

https://playghq.com
2 stars 0 forks source link

Move bot compute to web worker #110

Open acunniffe opened 3 days ago

acunniffe commented 3 days ago

Currently blocks the clock and UI thread

APTy commented 2 days ago

For this we'll probably need to fork boardgame.io or patch-package it, because currently the MCTSBot interface isn't async, which (I think) makes it difficult to move to a worker