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
The two core components are the client web_client and the server game_server. Players can either play single-player, in which case the server is run in the browser. Players can also connect to a multiplayer server. Multiplayer servers are run by tcp_server, which connects incoming clients to the actual server.