Why server doesn't available?
Help us test!

https://www.npmjs.com/package/casual
if (Math.random() < 0.02) { message = `${casual.country} ${casual.short_description}`; } else if (Math.random() < 0.02) { message = casual.color_name + casual.address2; } else if (Math.random() < 0.02) { message = `${casual.street} ${casual.full_name}`; } else if (Math.random() < 0.02) { message = `${casual.title} ${casual.state}`; } else if (Math.random() < 0.02) { message = casual.text; } else if (Math.random() < 0.01) { message = `call me ${casual.phone}`; }

Im not sure if this is a glitch, but im reporting it here.
In teams N-check, your royal piece can go to zero checks, but not -1 checks. Again, I don't know if this is intentional, but im reporting it just in case. Example game:
https://www.chess.com/4pc-test?g=1260236-60
Something I was just thinking about is that right now it's possible to change, who goes first, but the order is always in a clockwise rotation with respect to the default starting position, meaning that in a four player game, it's always either RBYG, BYGR, YGRB, or GRBY. I think that it should be possible to play with the direction of the order being counterclockwise with respect to the default starting position, so for a 4 player game, it could also be RGYB, GYBR, YBRG, or BRGY.