Andrew Siegman
Andrew Siegman
I'd love to see this library on npm too!
You can accomplish this by using a function for the piece theme configuration instead of a string. I did it like so: ```js getPiece(piece) { return 'images/pieces/' + this.chosen_theme +...
IMO polling is better for this, sockets are overkill when it's just a lobby and doesn't need to be real time
@flamecoals What do you mean? Multiple lobbies? Couldn't you just filter which games to display however you like? Or do you mean the games will be hosted on many different...
I see, I think you mean sort of like a party system? That'd be cool.