You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a crazy idea, perhaps instead of sending off the move to a remote server, the AI could run locally within the browser. This means the Go algorithm that is used for the AI needs to run in javascript.
We could transpile go into javascript (using gopherjs).
The text was updated successfully, but these errors were encountered:
As a crazy idea, perhaps instead of sending off the move to a remote server, the AI could run locally within the browser. This means the Go algorithm that is used for the AI needs to run in javascript.
We could transpile go into javascript (using gopherjs).
The text was updated successfully, but these errors were encountered: