randompearl-stack

Results 16 comments of randompearl-stack

It was not stalemate because Kxc7 is a legal move.

This is not a bug, it is how the variant was intended to be played. [https://lichess.org/variant/atomic]( https://lichess.org/variant/atomic) > Traditional checkmate applies to atomic as well, but **any move that results...

Appears the same for ongoing live and correspondence games on mobile now Because live games do not have analysis the self-analysis div is replaced with a `noop` div, but this...

> Now this adds a full tool bar on play and watch UIs, which doesn't seem ideal or relevant to the issue. I think I am misunderstanding you, how can...

``` pieceflip { translate: scaleX(-1); transition: 500ms ease-in-out; } ``` Add the class to the piece element on pass click and then remove the class after the animation finishes.

start off with something like `spectatorLinks = [f’{spectator.username}’ for spectator in spectators]` ? so a list of links can be created in https://github.com/gbtami/pychess-variants/blob/master/client/gameCtrl.ts#L499 and https://github.com/gbtami/pychess-variants/blob/master/client/tournament.ts#L613 should be added before https://github.com/gbtami/pychess-variants/blob/master/server/spectators.py#L18