snowglobe icon indicating copy to clipboard operation
snowglobe copied to clipboard

A JS port of CrystalOrb

Results 2 snowglobe issues
Sort by recently updated
recently updated
newest added

You use Mock, MockNetwork everywhere, in fact everywhere I would like to ask you to write an example using Colyseus or Socket.io or Geckos.io, it will help a lot of...

Getting the `ActiveClient` instance from a client is a little hairy and error-prone. You have to do stuff like: ```ts if (client.state() === StageState.Ready) { client.stage().ready!... } ``` Where we...