pychess-variants icon indicating copy to clipboard operation
pychess-variants copied to clipboard

Janggi: highlight the general in bikjang

Open Kadagaden opened this issue 5 years ago • 1 comments

When the generals are facing each other, highlight the player's general whose turn to move (like in check when red highlight is used).

screenshot

It could be orange to differentiate it from check (red).

Example css:

background: #ffb60a;
filter: blur(10px);
border-radius: 10px;

Kadagaden avatar May 01 '20 08:05 Kadagaden

We should expose bikjang() https://github.com/ianfab/Fairy-Stockfish/blob/master/src/position.h#L176 in Fairy bindings to get this info.

gbtami avatar Aug 23 '20 12:08 gbtami